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)


6365
6366
6367
# File 'sig/types.rbs', line 6365

def city
  @city
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


6362
6363
6364
# File 'sig/types.rbs', line 6362

def country
  @country
end

#county::String

Returns the value of attribute county.

Returns:

  • (::String)


6364
6365
6366
# File 'sig/types.rbs', line 6364

def county
  @county
end

#post_code::String

Returns the value of attribute post_code.

Returns:

  • (::String)


6366
6367
6368
# File 'sig/types.rbs', line 6366

def post_code
  @post_code
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


6363
6364
6365
# File 'sig/types.rbs', line 6363

def state
  @state
end