Class: Aws::IoTTwinMaker::Types::MetadataTransferJobSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Overview

The metadata transfer job summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The metadata transfer job summary ARN.

Returns:

  • (String)


2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
# File 'gems/aws-sdk-iottwinmaker/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_timeTime

The metadata transfer job summary creation DateTime object.

Returns:

  • (Time)


2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
# File 'gems/aws-sdk-iottwinmaker/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_idString

The metadata transfer job summary Id.

Returns:

  • (String)


2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
# File 'gems/aws-sdk-iottwinmaker/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

#progressTypes::MetadataTransferJobProgress

The metadata transfer job summary progess.



2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
# File 'gems/aws-sdk-iottwinmaker/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

#statusTypes::MetadataTransferJobStatus

The metadata transfer job summary status.



2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
# File 'gems/aws-sdk-iottwinmaker/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_timeTime

The metadata transfer job summary update DateTime object

Returns:

  • (Time)


2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
# File 'gems/aws-sdk-iottwinmaker/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