Class: Aws::Glue::Types::PartitionIndex

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

Overview

A structure for a partition index.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#index_nameString

The name of the partition index.

Returns:

  • (String)


16592
16593
16594
16595
16596
16597
# File 'lib/aws-sdk-glue/types.rb', line 16592

class PartitionIndex < Struct.new(
  :keys,
  :index_name)
  SENSITIVE = []
  include Aws::Structure
end

#keysArray<String>

The keys for the partition index.

Returns:

  • (Array<String>)


16592
16593
16594
16595
16596
16597
# File 'lib/aws-sdk-glue/types.rb', line 16592

class PartitionIndex < Struct.new(
  :keys,
  :index_name)
  SENSITIVE = []
  include Aws::Structure
end