Class: Aws::IoTTwinMaker::Types::SourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::SourceConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
The source configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iot_site_wise_configuration ⇒ Types::IotSiteWiseSourceConfiguration
The source configuration IoT SiteWise configuration.
-
#iot_twin_maker_configuration ⇒ Types::IotTwinMakerSourceConfiguration
The source configuration IoT TwinMaker configuration.
-
#s3_configuration ⇒ Types::S3SourceConfiguration
The source configuration S3 configuration.
-
#type ⇒ String
The source configuration type.
Instance Attribute Details
#iot_site_wise_configuration ⇒ Types::IotSiteWiseSourceConfiguration
The source configuration IoT SiteWise configuration.
3514 3515 3516 3517 3518 3519 3520 3521 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3514 class SourceConfiguration < Struct.new( :type, :s3_configuration, :iot_site_wise_configuration, :iot_twin_maker_configuration) SENSITIVE = [] include Aws::Structure end |
#iot_twin_maker_configuration ⇒ Types::IotTwinMakerSourceConfiguration
The source configuration IoT TwinMaker configuration.
3514 3515 3516 3517 3518 3519 3520 3521 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3514 class SourceConfiguration < Struct.new( :type, :s3_configuration, :iot_site_wise_configuration, :iot_twin_maker_configuration) SENSITIVE = [] include Aws::Structure end |
#s3_configuration ⇒ Types::S3SourceConfiguration
The source configuration S3 configuration.
3514 3515 3516 3517 3518 3519 3520 3521 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3514 class SourceConfiguration < Struct.new( :type, :s3_configuration, :iot_site_wise_configuration, :iot_twin_maker_configuration) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The source configuration type.
3514 3515 3516 3517 3518 3519 3520 3521 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3514 class SourceConfiguration < Struct.new( :type, :s3_configuration, :iot_site_wise_configuration, :iot_twin_maker_configuration) SENSITIVE = [] include Aws::Structure end |