Class: Aws::MainframeModernization::Types::DataSetImportSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#failedInteger

The number of data set imports that have failed.

Returns:

  • (Integer)


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_progressInteger

The number of data set imports that are in progress.

Returns:

  • (Integer)


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

#pendingInteger

The number of data set imports that are pending.

Returns:

  • (Integer)


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

#succeededInteger

The number of data set imports that have succeeded.

Returns:

  • (Integer)


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

#totalInteger

The total number of data set imports.

Returns:

  • (Integer)


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