Class: Aws::Types::GetRegionOptStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRegionOptStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
-
#region_opt_status ⇒ "ENABLED", ...
Returns the value of attribute region_opt_status.
Instance Attribute Details
#region_name ⇒ ::String
Returns the value of attribute region_name.
151 152 153 |
# File 'sig/types.rbs', line 151 def region_name @region_name end |
#region_opt_status ⇒ "ENABLED", ...
Returns the value of attribute region_opt_status.
152 153 154 |
# File 'sig/types.rbs', line 152 def region_opt_status @region_opt_status end |