Class: Aws::Types::ListRegionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRegionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#region_opt_status_contains ⇒ ::Array[("ENABLED" | "ENABLING" | "DISABLING" | "DISABLED" | "ENABLED_BY_DEFAULT")]
Returns the value of attribute region_opt_status_contains.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
163 164 165 |
# File 'sig/types.rbs', line 163 def account_id @account_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
164 165 166 |
# File 'sig/types.rbs', line 164 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
165 166 167 |
# File 'sig/types.rbs', line 165 def next_token @next_token end |
#region_opt_status_contains ⇒ ::Array[("ENABLED" | "ENABLING" | "DISABLING" | "DISABLED" | "ENABLED_BY_DEFAULT")]
Returns the value of attribute region_opt_status_contains.
166 167 168 |
# File 'sig/types.rbs', line 166 def region_opt_status_contains @region_opt_status_contains end |