Class: Aws::Types::GetPlaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPlaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#language ⇒ ::String
Returns the value of attribute language.
-
#place_id ⇒ ::String
Returns the value of attribute place_id.
Instance Attribute Details
#index_name ⇒ ::String
Returns the value of attribute index_name.
763 764 765 |
# File 'sig/types.rbs', line 763 def index_name @index_name end |
#key ⇒ ::String
Returns the value of attribute key.
766 767 768 |
# File 'sig/types.rbs', line 766 def key @key end |
#language ⇒ ::String
Returns the value of attribute language.
765 766 767 |
# File 'sig/types.rbs', line 765 def language @language end |
#place_id ⇒ ::String
Returns the value of attribute place_id.
764 765 766 |
# File 'sig/types.rbs', line 764 def place_id @place_id end |