Class: Aws::Types::GetPartitionIndexesResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPartitionIndexesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#partition_index_descriptor_list ⇒ ::Array[Types::PartitionIndexDescriptor]
Returns the value of attribute partition_index_descriptor_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
3886 3887 3888 |
# File 'sig/types.rbs', line 3886 def partition_index_descriptor_list @partition_index_descriptor_list end |