Class: Aws::MainframeModernization::Types::GdgAttributes

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mainframemodernization/types.rb

Overview

The required attributes for a generation data group data set. A generation data set is one of a collection of successive, historically related, catalogued data sets that together are known as a generation data group (GDG). Use this structure when you want to import a GDG. For more information on GDG, see [Generation data sets].

[1]: www.ibm.com/docs/en/zos/2.3.0?topic=guide-generation-data-sets

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

The maximum number of generation data sets, up to 255, in a GDG.

Returns:

  • (Integer)


1262
1263
1264
1265
1266
1267
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1262

class GdgAttributes < Struct.new(
  :limit,
  :roll_disposition)
  SENSITIVE = []
  include Aws::Structure
end

#roll_dispositionString

The disposition of the data set in the catalog.

Returns:

  • (String)


1262
1263
1264
1265
1266
1267
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1262

class GdgAttributes < Struct.new(
  :limit,
  :roll_disposition)
  SENSITIVE = []
  include Aws::Structure
end