Class: Aws::Types::RemoveRegionRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveRegionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
Instance Attribute Details
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def instance_arn @instance_arn end |
#region_name ⇒ ::String
Returns the value of attribute region_name.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def region_name @region_name end |