Class: Aws::Types::ListIndexesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListIndexesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
-
#type ⇒ "LOCAL", "AGGREGATOR"
Returns the value of attribute type.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
239 240 241 |
# File 'sig/types.rbs', line 239 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
240 241 242 |
# File 'sig/types.rbs', line 240 def next_token @next_token end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
238 239 240 |
# File 'sig/types.rbs', line 238 def regions @regions end |
#type ⇒ "LOCAL", "AGGREGATOR"
Returns the value of attribute type.
237 238 239 |
# File 'sig/types.rbs', line 237 def type @type end |