Class: Aws::Types::LocationInfo
- Inherits:
-
Object
- Object
- Aws::Types::LocationInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "AvailabilityZone", "LocalZone"
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1907 1908 1909 |
# File 'sig/types.rbs', line 1907 def name @name end |
#type ⇒ "AvailabilityZone", "LocalZone"
Returns the value of attribute type.
1906 1907 1908 |
# File 'sig/types.rbs', line 1906 def type @type end |