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.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def added_date @added_date end |
#is_primary_region ⇒ Boolean
Returns the value of attribute is_primary_region.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def is_primary_region @is_primary_region end |
#region_name ⇒ ::String
Returns the value of attribute region_name.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def region_name @region_name end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def status @status end |