Class: Aws::Types::AddRegionRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddRegionRequest
- 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.
65 66 67 |
# File 'sig/types.rbs', line 65 def instance_arn @instance_arn end |
#region_name ⇒ ::String
Returns the value of attribute region_name.
66 67 68 |
# File 'sig/types.rbs', line 66 def region_name @region_name end |