Class: Aws::Types::RegionMetadata
- Inherits:
-
Object
- Object
- Aws::Types::RegionMetadata
- 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.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def added_date @added_date end |
#is_primary_region ⇒ Boolean
Returns the value of attribute is_primary_region.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def is_primary_region @is_primary_region end |
#region_name ⇒ ::String
Returns the value of attribute region_name.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def region_name @region_name end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def status @status end |