Class: Aws::Glue::Types::KeySchemaElement

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

Overview

A partition key pair consisting of a name and a type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of a partition key.

Returns:

  • (String)


18630
18631
18632
18633
18634
18635
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18630

class KeySchemaElement < Struct.new(
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of a partition key.

Returns:

  • (String)


18630
18631
18632
18633
18634
18635
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18630

class KeySchemaElement < Struct.new(
  :name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end