Class: Aws::IoTTwinMaker::Types::MetadataTransferJobProgress
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::MetadataTransferJobProgress
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
The metadata transfer job’s progress.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_count ⇒ Integer
The failed count.
-
#skipped_count ⇒ Integer
The skipped count.
-
#succeeded_count ⇒ Integer
The succeeded count.
-
#total_count ⇒ Integer
The total count.
Instance Attribute Details
#failed_count ⇒ Integer
The failed count.
2831 2832 2833 2834 2835 2836 2837 2838 |
# File '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_count ⇒ Integer
The skipped count.
2831 2832 2833 2834 2835 2836 2837 2838 |
# File '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_count ⇒ Integer
The succeeded count.
2831 2832 2833 2834 2835 2836 2837 2838 |
# File '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_count ⇒ Integer
The total count. [of what]
2831 2832 2833 2834 2835 2836 2837 2838 |
# File '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 |