Class: Aws::Types::Region
- Inherits:
-
Object
- Object
- Aws::Types::Region
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#geography ⇒ ::Array[Types::RegionGeography]
Returns the value of attribute geography.
-
#opt_in_status ⇒ ::String
Returns the value of attribute opt_in_status.
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
Instance Attribute Details
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
15540 15541 15542 |
# File 'sig/types.rbs', line 15540 def endpoint @endpoint end |
#geography ⇒ ::Array[Types::RegionGeography]
Returns the value of attribute geography.
15538 15539 15540 |
# File 'sig/types.rbs', line 15538 def geography @geography end |
#opt_in_status ⇒ ::String
Returns the value of attribute opt_in_status.
15537 15538 15539 |
# File 'sig/types.rbs', line 15537 def opt_in_status @opt_in_status end |
#region_name ⇒ ::String
Returns the value of attribute region_name.
15539 15540 15541 |
# File 'sig/types.rbs', line 15539 def region_name @region_name end |