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

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

Instance Attribute Details

#limitInteger

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

Returns:

  • (Integer)


1257
1258
1259
1260
1261
1262
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1257

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)


1257
1258
1259
1260
1261
1262
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1257

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