Class: Aws::MainframeModernization::Types::GdgAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::GdgAttributes
- Defined in:
- gems/aws-sdk-mainframemodernization/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.
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.
1262 1263 1264 1265 1266 1267 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1262 class GdgAttributes < Struct.new( :limit, :roll_disposition) SENSITIVE = [] include Aws::Structure end |
#roll_disposition ⇒ String
The disposition of the data set in the catalog.
1262 1263 1264 1265 1266 1267 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1262 class GdgAttributes < Struct.new( :limit, :roll_disposition) SENSITIVE = [] include Aws::Structure end |