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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2678
2679
2680
2681
2682
2683
2684
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2678

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

#nameString

A name for the Primary Key.

Returns:

  • (String)


2678
2679
2680
2681
2682
2683
2684
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2678

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)


2678
2679
2680
2681
2682
2683
2684
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2678

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