Class: Aws::Types::UpdatePrimaryRegionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePrimaryRegionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#primary_region ⇒ ::String
Returns the value of attribute primary_region.
Instance Attribute Details
#key_id ⇒ ::String
Returns the value of attribute key_id.
976 977 978 |
# File 'sig/types.rbs', line 976 def key_id @key_id end |
#primary_region ⇒ ::String
Returns the value of attribute primary_region.
977 978 979 |
# File 'sig/types.rbs', line 977 def primary_region @primary_region end |