Class: Aws::Types::SupportedRegionDetail
- Inherits:
-
Object
- Object
- Aws::Types::SupportedRegionDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#region ⇒ ::String
Returns the value of attribute region.
-
#service_state ⇒ ::String
Returns the value of attribute service_state.
Instance Attribute Details
#region ⇒ ::String
Returns the value of attribute region.
18306 18307 18308 |
# File 'sig/types.rbs', line 18306 def region @region end |
#service_state ⇒ ::String
Returns the value of attribute service_state.
18307 18308 18309 |
# File 'sig/types.rbs', line 18307 def service_state @service_state end |