Class: Aws::Glue::Types::GetPartitionIndexesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A continuation token, present if the current list segment is not the last.

Returns:

  • (String)


10661
10662
10663
10664
10665
10666
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10661

class GetPartitionIndexesResponse < Struct.new(
  :partition_index_descriptor_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#partition_index_descriptor_listArray<Types::PartitionIndexDescriptor>

A list of index descriptors.



10661
10662
10663
10664
10665
10666
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10661

class GetPartitionIndexesResponse < Struct.new(
  :partition_index_descriptor_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end