Class: Aws::Types::ListIndicesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListIndicesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index_configuration_summary_items ⇒ ::Array[Types::IndexConfigurationSummary]
Returns the value of attribute index_configuration_summary_items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#index_configuration_summary_items ⇒ ::Array[Types::IndexConfigurationSummary]
Returns the value of attribute index_configuration_summary_items.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def index_configuration_summary_items @index_configuration_summary_items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def next_token @next_token end |