Class: Aws::Types::AWSLocation
- Inherits:
-
Object
- Object
- Aws::Types::AWSLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#subnet_arn ⇒ ::String
Returns the value of attribute subnet_arn.
-
#zone ⇒ ::String
Returns the value of attribute zone.
Instance Attribute Details
#subnet_arn ⇒ ::String
Returns the value of attribute subnet_arn.
13 14 15 |
# File 'sig/types.rbs', line 13 def subnet_arn @subnet_arn end |
#zone ⇒ ::String
Returns the value of attribute zone.
12 13 14 |
# File 'sig/types.rbs', line 12 def zone @zone end |