Class: Aws::Types::GeocoderHierarchy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#city::String

Returns the value of attribute city.

Returns:

  • (::String)


6099
6100
6101
# File 'sig/types.rbs', line 6099

def city
  @city
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


6096
6097
6098
# File 'sig/types.rbs', line 6096

def country
  @country
end

#county::String

Returns the value of attribute county.

Returns:

  • (::String)


6098
6099
6100
# File 'sig/types.rbs', line 6098

def county
  @county
end

#post_code::String

Returns the value of attribute post_code.

Returns:

  • (::String)


6100
6101
6102
# File 'sig/types.rbs', line 6100

def post_code
  @post_code
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


6097
6098
6099
# File 'sig/types.rbs', line 6097

def state
  @state
end