Class: Aws::MainframeModernization::Types::DataSetImportSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::DataSetImportSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
Represents a summary of data set imports.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed ⇒ Integer
The number of data set imports that have failed.
-
#in_progress ⇒ Integer
The number of data set imports that are in progress.
-
#pending ⇒ Integer
The number of data set imports that are pending.
-
#succeeded ⇒ Integer
The number of data set imports that have succeeded.
-
#total ⇒ Integer
The total number of data set imports.
Instance Attribute Details
#failed ⇒ Integer
The number of data set imports that have failed.
749 750 751 752 753 754 755 756 757 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 749 class DataSetImportSummary < Struct.new( :failed, :in_progress, :pending, :succeeded, :total) SENSITIVE = [] include Aws::Structure end |
#in_progress ⇒ Integer
The number of data set imports that are in progress.
749 750 751 752 753 754 755 756 757 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 749 class DataSetImportSummary < Struct.new( :failed, :in_progress, :pending, :succeeded, :total) SENSITIVE = [] include Aws::Structure end |
#pending ⇒ Integer
The number of data set imports that are pending.
749 750 751 752 753 754 755 756 757 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 749 class DataSetImportSummary < Struct.new( :failed, :in_progress, :pending, :succeeded, :total) SENSITIVE = [] include Aws::Structure end |
#succeeded ⇒ Integer
The number of data set imports that have succeeded.
749 750 751 752 753 754 755 756 757 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 749 class DataSetImportSummary < Struct.new( :failed, :in_progress, :pending, :succeeded, :total) SENSITIVE = [] include Aws::Structure end |
#total ⇒ Integer
The total number of data set imports.
749 750 751 752 753 754 755 756 757 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 749 class DataSetImportSummary < Struct.new( :failed, :in_progress, :pending, :succeeded, :total) SENSITIVE = [] include Aws::Structure end |