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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mainframemodernization/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)


2707
2708
2709
2710
2711
2712
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2707

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

#minInteger

The minimum record length of a record.

Returns:

  • (Integer)


2707
2708
2709
2710
2711
2712
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2707

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