Class: Aws::Types::SourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iot_site_wise_configuration ⇒ Types::IotSiteWiseSourceConfiguration
Returns the value of attribute iot_site_wise_configuration.
-
#iot_twin_maker_configuration ⇒ Types::IotTwinMakerSourceConfiguration
Returns the value of attribute iot_twin_maker_configuration.
-
#s3_configuration ⇒ Types::S3SourceConfiguration
Returns the value of attribute s3_configuration.
-
#type ⇒ "s3", ...
Returns the value of attribute type.
Instance Attribute Details
#iot_site_wise_configuration ⇒ Types::IotSiteWiseSourceConfiguration
Returns the value of attribute iot_site_wise_configuration.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def iot_site_wise_configuration @iot_site_wise_configuration end |
#iot_twin_maker_configuration ⇒ Types::IotTwinMakerSourceConfiguration
Returns the value of attribute iot_twin_maker_configuration.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def iot_twin_maker_configuration @iot_twin_maker_configuration end |
#s3_configuration ⇒ Types::S3SourceConfiguration
Returns the value of attribute s3_configuration.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def s3_configuration @s3_configuration end |
#type ⇒ "s3", ...
Returns the value of attribute type.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def type @type end |