Class: Aws::MainframeModernization::Types::RecordLength
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::RecordLength
- 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
-
#max ⇒ Integer
The maximum record length.
-
#min ⇒ Integer
The minimum record length of a record.
Instance Attribute Details
#max ⇒ Integer
The maximum record length. In case of fixed, both minimum and maximum are the same.
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 |
#min ⇒ Integer
The minimum record length of a record.
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 |