Class: Aws::IoTTwinMaker::Types::IotTwinMakerDestinationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::IotTwinMakerDestinationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
The metadata transfer job AWS IoT TwinMaker destination configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workspace ⇒ String
The IoT TwinMaker workspace.
Instance Attribute Details
#workspace ⇒ String
The IoT TwinMaker workspace.
2204 2205 2206 2207 2208 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2204 class IotTwinMakerDestinationConfiguration < Struct.new( :workspace) SENSITIVE = [] include Aws::Structure end |