Class: Aws::MainframeModernization::Types::PrimaryKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::PrimaryKey
- 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
-
#length ⇒ Integer
A strictly positive integer value representing the length of the primary key.
-
#name ⇒ String
A name for the Primary Key.
-
#offset ⇒ Integer
A positive integer value representing the offset to mark the start of the primary key in the record byte array.
Instance Attribute Details
#length ⇒ Integer
A strictly positive integer value representing the length of the primary key.
2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2663 class PrimaryKey < Struct.new( :length, :name, :offset) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for the Primary Key.
2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2663 class PrimaryKey < Struct.new( :length, :name, :offset) SENSITIVE = [] include Aws::Structure end |
#offset ⇒ Integer
A positive integer value representing the offset to mark the start of the primary key in the record byte array.
2663 2664 2665 2666 2667 2668 2669 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2663 class PrimaryKey < Struct.new( :length, :name, :offset) SENSITIVE = [] include Aws::Structure end |