Class: Aws::Types::ListServiceIndexesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListServiceIndexesInput
- 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.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
280 281 282 |
# File 'sig/types.rbs', line 280 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
281 282 283 |
# File 'sig/types.rbs', line 281 def next_token @next_token end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
279 280 281 |
# File 'sig/types.rbs', line 279 def regions @regions end |