Class: Aws::Types::ListIndicesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListIndicesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index_names ⇒ ::Array[::String]
Returns the value of attribute index_names.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#index_names ⇒ ::Array[::String]
Returns the value of attribute index_names.
3249 3250 3251 |
# File 'sig/types.rbs', line 3249 def index_names @index_names end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3250 3251 3252 |
# File 'sig/types.rbs', line 3250 def next_token @next_token end |