Class: Aws::MainframeModernization::Types::PrimaryKey

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

Overview

The primary key for a KSDS data set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lengthInteger

A strictly positive integer value representing the length of the primary key.

Returns:

  • (Integer)


2648
2649
2650
2651
2652
2653
2654
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2648

class PrimaryKey < Struct.new(
  :length,
  :name,
  :offset)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name for the Primary Key.

Returns:

  • (String)


2648
2649
2650
2651
2652
2653
2654
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2648

class PrimaryKey < Struct.new(
  :length,
  :name,
  :offset)
  SENSITIVE = []
  include Aws::Structure
end

#offsetInteger

A positive integer value representing the offset to mark the start of the primary key in the record byte array.

Returns:

  • (Integer)


2648
2649
2650
2651
2652
2653
2654
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2648

class PrimaryKey < Struct.new(
  :length,
  :name,
  :offset)
  SENSITIVE = []
  include Aws::Structure
end