Class: Aws::Types::RegionsInfo
- Inherits:
-
Object
- Object
- Aws::Types::RegionsInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_regions ⇒ ::Array[::String]
Returns the value of attribute additional_regions.
-
#primary_region ⇒ ::String
Returns the value of attribute primary_region.
Instance Attribute Details
#additional_regions ⇒ ::Array[::String]
Returns the value of attribute additional_regions.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def additional_regions @additional_regions end |
#primary_region ⇒ ::String
Returns the value of attribute primary_region.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def primary_region @primary_region end |