Class: Aws::MainframeModernization::Types::RecordLength

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

Overview

The length of the records in the data set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#maxInteger

The maximum record length. In case of fixed, both minimum and maximum are the same.

Returns:

  • (Integer)


2737
2738
2739
2740
2741
2742
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2737

class RecordLength < Struct.new(
  :max,
  :min)
  SENSITIVE = []
  include Aws::Structure
end

#minInteger

The minimum record length of a record.

Returns:

  • (Integer)


2737
2738
2739
2740
2741
2742
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2737

class RecordLength < Struct.new(
  :max,
  :min)
  SENSITIVE = []
  include Aws::Structure
end