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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mainframemodernization/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)


744
745
746
747
748
749
750
751
752
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 744

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)


744
745
746
747
748
749
750
751
752
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 744

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)


744
745
746
747
748
749
750
751
752
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 744

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)


744
745
746
747
748
749
750
751
752
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 744

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)


744
745
746
747
748
749
750
751
752
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 744

class DataSetImportSummary < Struct.new(
  :failed,
  :in_progress,
  :pending,
  :succeeded,
  :total)
  SENSITIVE = []
  include Aws::Structure
end