Class: Aws::MainframeModernization::Types::GdgDetailAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::GdgDetailAttributes
- 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
-
#limit ⇒ Integer
The maximum number of generation data sets, up to 255, in a GDG.
-
#roll_disposition ⇒ String
The disposition of the data set in the catalog.
Instance Attribute Details
#limit ⇒ Integer
The maximum number of generation data sets, up to 255, in a GDG.
1289 1290 1291 1292 1293 1294 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1289 class GdgDetailAttributes < Struct.new( :limit, :roll_disposition) SENSITIVE = [] include Aws::Structure end |
#roll_disposition ⇒ String
The disposition of the data set in the catalog.
1289 1290 1291 1292 1293 1294 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1289 class GdgDetailAttributes < Struct.new( :limit, :roll_disposition) SENSITIVE = [] include Aws::Structure end |