Class: Aws::Types::Place

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:label, :address_number, :street, :neighborhood, :municipality, :sub_region, :region, :country, :postal_code, :interpolated, :unit_type, :unit_number, :sub_municipality])

Instance Attribute Summary collapse

Instance Attribute Details

#address_number::String

Returns the value of attribute address_number.

Returns:

  • (::String)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def address_number
  @address_number
end

#categories::Array[::String]

Returns the value of attribute categories.

Returns:

  • (::Array[::String])


1120
1121
1122
# File 'sig/types.rbs', line 1120

def categories
  @categories
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


1114
1115
1116
# File 'sig/types.rbs', line 1114

def country
  @country
end

#geometryTypes::PlaceGeometry

Returns the value of attribute geometry.



1107
1108
1109
# File 'sig/types.rbs', line 1107

def geometry
  @geometry
end

#interpolatedBoolean

Returns the value of attribute interpolated.

Returns:

  • (Boolean)


1116
1117
1118
# File 'sig/types.rbs', line 1116

def interpolated
  @interpolated
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


1106
1107
1108
# File 'sig/types.rbs', line 1106

def label
  @label
end

#municipality::String

Returns the value of attribute municipality.

Returns:

  • (::String)


1111
1112
1113
# File 'sig/types.rbs', line 1111

def municipality
  @municipality
end

#neighborhood::String

Returns the value of attribute neighborhood.

Returns:

  • (::String)


1110
1111
1112
# File 'sig/types.rbs', line 1110

def neighborhood
  @neighborhood
end

#postal_code::String

Returns the value of attribute postal_code.

Returns:

  • (::String)


1115
1116
1117
# File 'sig/types.rbs', line 1115

def postal_code
  @postal_code
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1113
1114
1115
# File 'sig/types.rbs', line 1113

def region
  @region
end

#street::String

Returns the value of attribute street.

Returns:

  • (::String)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def street
  @street
end

#sub_municipality::String

Returns the value of attribute sub_municipality.

Returns:

  • (::String)


1122
1123
1124
# File 'sig/types.rbs', line 1122

def sub_municipality
  @sub_municipality
end

#sub_region::String

Returns the value of attribute sub_region.

Returns:

  • (::String)


1112
1113
1114
# File 'sig/types.rbs', line 1112

def sub_region
  @sub_region
end

#supplemental_categories::Array[::String]

Returns the value of attribute supplemental_categories.

Returns:

  • (::Array[::String])


1121
1122
1123
# File 'sig/types.rbs', line 1121

def supplemental_categories
  @supplemental_categories
end

#time_zoneTypes::TimeZone

Returns the value of attribute time_zone.

Returns:



1117
1118
1119
# File 'sig/types.rbs', line 1117

def time_zone
  @time_zone
end

#unit_number::String

Returns the value of attribute unit_number.

Returns:

  • (::String)


1119
1120
1121
# File 'sig/types.rbs', line 1119

def unit_number
  @unit_number
end

#unit_type::String

Returns the value of attribute unit_type.

Returns:

  • (::String)


1118
1119
1120
# File 'sig/types.rbs', line 1118

def unit_type
  @unit_type
end