Class: Aws::IoTTwinMaker::Types::CancelMetadataTransferJobResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The metadata transfer job ARN.

Returns:

  • (String)


134
135
136
137
138
139
140
141
142
# File 'gems/aws-sdk-iottwinmaker/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_idString

The metadata transfer job Id.

Returns:

  • (String)


134
135
136
137
138
139
140
141
142
# File 'gems/aws-sdk-iottwinmaker/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

#progressTypes::MetadataTransferJobProgress

The metadata transfer job's progress.



134
135
136
137
138
139
140
141
142
# File 'gems/aws-sdk-iottwinmaker/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

#statusTypes::MetadataTransferJobStatus

The metadata transfer job's status.



134
135
136
137
138
139
140
141
142
# File 'gems/aws-sdk-iottwinmaker/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_timeTime

Used to update the DateTime property.

Returns:

  • (Time)


134
135
136
137
138
139
140
141
142
# File 'gems/aws-sdk-iottwinmaker/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