Class: Aws::Glue::Types::GetPartitionIndexesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetPartitionIndexesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A continuation token, present if the current list segment is not the last.
-
#partition_index_descriptor_list ⇒ Array<Types::PartitionIndexDescriptor>
A list of index descriptors.
Instance Attribute Details
#next_token ⇒ String
A continuation token, present if the current list segment is not the last.
11362 11363 11364 11365 11366 11367 |
# File 'lib/aws-sdk-glue/types.rb', line 11362 class GetPartitionIndexesResponse < Struct.new( :partition_index_descriptor_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#partition_index_descriptor_list ⇒ Array<Types::PartitionIndexDescriptor>
A list of index descriptors.
11362 11363 11364 11365 11366 11367 |
# File 'lib/aws-sdk-glue/types.rb', line 11362 class GetPartitionIndexesResponse < Struct.new( :partition_index_descriptor_list, :next_token) SENSITIVE = [] include Aws::Structure end |