Class: Aws::Types::ListRegionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRegionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
967 968 969 |
# File 'sig/types.rbs', line 967 def instance_arn @instance_arn end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
968 969 970 |
# File 'sig/types.rbs', line 968 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
969 970 971 |
# File 'sig/types.rbs', line 969 def next_token @next_token end |