Class: Aws::Types::ResourceLocation
- Inherits:
-
Object
- Object
- Aws::Types::ResourceLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#region_name ⇒ "us-east-1", ...
Returns the value of attribute region_name.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
2812 2813 2814 |
# File 'sig/types.rbs', line 2812 def availability_zone @availability_zone end |
#region_name ⇒ "us-east-1", ...
Returns the value of attribute region_name.
2813 2814 2815 |
# File 'sig/types.rbs', line 2813 def region_name @region_name end |