Class: Aws::Types::GetPlaceRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#index_name::String

Returns the value of attribute index_name.

Returns:



763
764
765
# File 'sig/types.rbs', line 763

def index_name
  @index_name
end

#key::String

Returns the value of attribute key.

Returns:



766
767
768
# File 'sig/types.rbs', line 766

def key
  @key
end

#language::String

Returns the value of attribute language.

Returns:



765
766
767
# File 'sig/types.rbs', line 765

def language
  @language
end

#place_id::String

Returns the value of attribute place_id.

Returns:



764
765
766
# File 'sig/types.rbs', line 764

def place_id
  @place_id
end