Class: Aws::Types::CreateLocationInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateLocationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location_name ⇒ ::String
Returns the value of attribute location_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#location_name ⇒ ::String
Returns the value of attribute location_name.
415 416 417 |
# File 'sig/types.rbs', line 415 def location_name @location_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
416 417 418 |
# File 'sig/types.rbs', line 416 def @tags end |