Class: Aws::IoTTwinMaker::Types::MetadataTransferJobProgress

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

Overview

The metadata transfer job's progress.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failed_countInteger

The failed count.

Returns:

  • (Integer)


2831
2832
2833
2834
2835
2836
2837
2838
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2831

class MetadataTransferJobProgress < Struct.new(
  :total_count,
  :succeeded_count,
  :skipped_count,
  :failed_count)
  SENSITIVE = []
  include Aws::Structure
end

#skipped_countInteger

The skipped count.

Returns:

  • (Integer)


2831
2832
2833
2834
2835
2836
2837
2838
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2831

class MetadataTransferJobProgress < Struct.new(
  :total_count,
  :succeeded_count,
  :skipped_count,
  :failed_count)
  SENSITIVE = []
  include Aws::Structure
end

#succeeded_countInteger

The succeeded count.

Returns:

  • (Integer)


2831
2832
2833
2834
2835
2836
2837
2838
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2831

class MetadataTransferJobProgress < Struct.new(
  :total_count,
  :succeeded_count,
  :skipped_count,
  :failed_count)
  SENSITIVE = []
  include Aws::Structure
end

#total_countInteger

The total count. [of what]

Returns:

  • (Integer)


2831
2832
2833
2834
2835
2836
2837
2838
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2831

class MetadataTransferJobProgress < Struct.new(
  :total_count,
  :succeeded_count,
  :skipped_count,
  :failed_count)
  SENSITIVE = []
  include Aws::Structure
end