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