Class: Aws::Types::EnableRegionRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnableRegionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
73 74 75 |
# File 'sig/types.rbs', line 73 def account_id @account_id end |
#region_name ⇒ ::String
Returns the value of attribute region_name.
74 75 76 |
# File 'sig/types.rbs', line 74 def region_name @region_name end |