Class: Aws::IoTTwinMaker::Types::CreateMetadataTransferJobResponse

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)


752
753
754
755
756
757
758
759
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 752

class CreateMetadataTransferJobResponse < Struct.new(
  :metadata_transfer_job_id,
  :arn,
  :creation_date_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

The The metadata transfer job creation DateTime property.

Returns:

  • (Time)


752
753
754
755
756
757
758
759
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 752

class CreateMetadataTransferJobResponse < Struct.new(
  :metadata_transfer_job_id,
  :arn,
  :creation_date_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#metadata_transfer_job_idString

The metadata transfer job Id.

Returns:

  • (String)


752
753
754
755
756
757
758
759
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 752

class CreateMetadataTransferJobResponse < Struct.new(
  :metadata_transfer_job_id,
  :arn,
  :creation_date_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::MetadataTransferJobStatus

The metadata transfer job response status.



752
753
754
755
756
757
758
759
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 752

class CreateMetadataTransferJobResponse < Struct.new(
  :metadata_transfer_job_id,
  :arn,
  :creation_date_time,
  :status)
  SENSITIVE = []
  include Aws::Structure
end