Class: Aws::IoTTwinMaker::Types::MetadataTransferJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::MetadataTransferJobSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
The metadata transfer job summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The metadata transfer job summary ARN.
-
#creation_date_time ⇒ Time
The metadata transfer job summary creation DateTime object.
-
#metadata_transfer_job_id ⇒ String
The metadata transfer job summary Id.
-
#progress ⇒ Types::MetadataTransferJobProgress
The metadata transfer job summary progess.
-
#status ⇒ Types::MetadataTransferJobStatus
The metadata transfer job summary status.
-
#update_date_time ⇒ Time
The metadata transfer job summary update DateTime object.
Instance Attribute Details
#arn ⇒ String
The metadata transfer job summary ARN.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2888 class MetadataTransferJobSummary < Struct.new( :metadata_transfer_job_id, :arn, :creation_date_time, :update_date_time, :status, :progress) SENSITIVE = [] include Aws::Structure end |
#creation_date_time ⇒ Time
The metadata transfer job summary creation DateTime object.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2888 class MetadataTransferJobSummary < Struct.new( :metadata_transfer_job_id, :arn, :creation_date_time, :update_date_time, :status, :progress) SENSITIVE = [] include Aws::Structure end |
#metadata_transfer_job_id ⇒ String
The metadata transfer job summary Id.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2888 class MetadataTransferJobSummary < Struct.new( :metadata_transfer_job_id, :arn, :creation_date_time, :update_date_time, :status, :progress) SENSITIVE = [] include Aws::Structure end |
#progress ⇒ Types::MetadataTransferJobProgress
The metadata transfer job summary progess.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2888 class MetadataTransferJobSummary < Struct.new( :metadata_transfer_job_id, :arn, :creation_date_time, :update_date_time, :status, :progress) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::MetadataTransferJobStatus
The metadata transfer job summary status.
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2888 class MetadataTransferJobSummary < Struct.new( :metadata_transfer_job_id, :arn, :creation_date_time, :update_date_time, :status, :progress) SENSITIVE = [] include Aws::Structure end |
#update_date_time ⇒ Time
The metadata transfer job summary update DateTime object
2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2888 class MetadataTransferJobSummary < Struct.new( :metadata_transfer_job_id, :arn, :creation_date_time, :update_date_time, :status, :progress) SENSITIVE = [] include Aws::Structure end |