Class: Aws::Types::DescribeRegionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRegionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#added_date ⇒ ::Time
Returns the value of attribute added_date.
-
#is_primary_region ⇒ Boolean
Returns the value of attribute is_primary_region.
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#added_date ⇒ ::Time
Returns the value of attribute added_date.
504 505 506 |
# File 'sig/types.rbs', line 504 def added_date @added_date end |
#is_primary_region ⇒ Boolean
Returns the value of attribute is_primary_region.
505 506 507 |
# File 'sig/types.rbs', line 505 def is_primary_region @is_primary_region end |
#region_name ⇒ ::String
Returns the value of attribute region_name.
502 503 504 |
# File 'sig/types.rbs', line 502 def region_name @region_name end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
503 504 505 |
# File 'sig/types.rbs', line 503 def status @status end |