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.
3916 3917 3918 |
# File 'sig/types.rbs', line 3916 def next_token @next_token end |
#partition_index_descriptor_list ⇒ ::Array[Types::PartitionIndexDescriptor]
Returns the value of attribute partition_index_descriptor_list.
3915 3916 3917 |
# File 'sig/types.rbs', line 3915 def partition_index_descriptor_list @partition_index_descriptor_list end |