Class: Aws::Types::GetPartitionIndexesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3887
3888
3889
# File 'sig/types.rbs', line 3887

def next_token
  @next_token
end

#partition_index_descriptor_list::Array[Types::PartitionIndexDescriptor]

Returns the value of attribute partition_index_descriptor_list.

Returns:



3886
3887
3888
# File 'sig/types.rbs', line 3886

def partition_index_descriptor_list
  @partition_index_descriptor_list
end