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)


22392
22393
22394
22395
22396
22397
# File 'lib/aws-sdk-glue/types.rb', line 22392

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

#keysArray<String>

The keys for the partition index.

Returns:

  • (Array<String>)


22392
22393
22394
22395
22396
22397
# File 'lib/aws-sdk-glue/types.rb', line 22392

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