Class: Aws::IoTTwinMaker::Types::GetMetadataTransferJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::GetMetadataTransferJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metadata_transfer_job_id ⇒ String
The metadata transfer job Id.
Instance Attribute Details
#metadata_transfer_job_id ⇒ String
The metadata transfer job Id.
1651 1652 1653 1654 1655 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1651 class GetMetadataTransferJobRequest < Struct.new( :metadata_transfer_job_id) SENSITIVE = [] include Aws::Structure end |