Class: Aws::IoTTwinMaker::Types::MetadataTransferJobStatus

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

Overview

The metadata transfer job status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::ErrorDetails

The metadata transfer job error.

Returns:



2854
2855
2856
2857
2858
2859
2860
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2854

class MetadataTransferJobStatus < Struct.new(
  :state,
  :error,
  :queued_position)
  SENSITIVE = []
  include Aws::Structure
end

#queued_positionInteger

The queued position.

Returns:

  • (Integer)


2854
2855
2856
2857
2858
2859
2860
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2854

class MetadataTransferJobStatus < Struct.new(
  :state,
  :error,
  :queued_position)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The metadata transfer job state.

Returns:

  • (String)


2854
2855
2856
2857
2858
2859
2860
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2854

class MetadataTransferJobStatus < Struct.new(
  :state,
  :error,
  :queued_position)
  SENSITIVE = []
  include Aws::Structure
end