Class: Aws::IoTTwinMaker::Types::S3DestinationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::S3DestinationConfiguration
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
Overview
The S3 destination configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location ⇒ String
The S3 destination configuration location.
Instance Attribute Details
#location ⇒ String
The S3 destination configuration location.
3412 3413 3414 3415 3416 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3412 class S3DestinationConfiguration < Struct.new( :location) SENSITIVE = [] include Aws::Structure end |