Class: Aws::IoTTwinMaker::Types::CancelMetadataTransferJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::CancelMetadataTransferJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The metadata transfer job ARN.
-
#metadata_transfer_job_id ⇒ String
The metadata transfer job Id.
-
#progress ⇒ Types::MetadataTransferJobProgress
The metadata transfer job’s progress.
-
#status ⇒ Types::MetadataTransferJobStatus
The metadata transfer job’s status.
-
#update_date_time ⇒ Time
Used to update the DateTime property.
Instance Attribute Details
#arn ⇒ String
The metadata transfer job ARN.
134 135 136 137 138 139 140 141 142 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 134 class CancelMetadataTransferJobResponse < Struct.new( :metadata_transfer_job_id, :arn, :update_date_time, :status, :progress) SENSITIVE = [] include Aws::Structure end |
#metadata_transfer_job_id ⇒ String
The metadata transfer job Id.
134 135 136 137 138 139 140 141 142 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 134 class CancelMetadataTransferJobResponse < Struct.new( :metadata_transfer_job_id, :arn, :update_date_time, :status, :progress) SENSITIVE = [] include Aws::Structure end |
#progress ⇒ Types::MetadataTransferJobProgress
The metadata transfer job’s progress.
134 135 136 137 138 139 140 141 142 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 134 class CancelMetadataTransferJobResponse < Struct.new( :metadata_transfer_job_id, :arn, :update_date_time, :status, :progress) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::MetadataTransferJobStatus
The metadata transfer job’s status.
134 135 136 137 138 139 140 141 142 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 134 class CancelMetadataTransferJobResponse < Struct.new( :metadata_transfer_job_id, :arn, :update_date_time, :status, :progress) SENSITIVE = [] include Aws::Structure end |
#update_date_time ⇒ Time
Used to update the DateTime property.
134 135 136 137 138 139 140 141 142 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 134 class CancelMetadataTransferJobResponse < Struct.new( :metadata_transfer_job_id, :arn, :update_date_time, :status, :progress) SENSITIVE = [] include Aws::Structure end |