Class: Aws::IoTTwinMaker::Types::S3SourceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::S3SourceConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
The S3 destination source configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location ⇒ String
The S3 destination source configuration location.
Instance Attribute Details
#location ⇒ String
The S3 destination source configuration location.
3424 3425 3426 3427 3428 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3424 class S3SourceConfiguration < Struct.new( :location) SENSITIVE = [] include Aws::Structure end |