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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


10691
10692
10693
10694
10695
10696
# File 'lib/aws-sdk-glue/types.rb', line 10691

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.



10691
10692
10693
10694
10695
10696
# File 'lib/aws-sdk-glue/types.rb', line 10691

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