Class: Aws::GeoPlaces::Types::ReverseGeocodeFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::ReverseGeocodeFilter
- Defined in:
- gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb
Overview
The included place types.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#include_place_types ⇒ Array<String>
The included place types.
Instance Attribute Details
#include_place_types ⇒ Array<String>
The included place types.
2018 2019 2020 2021 2022 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 2018 class ReverseGeocodeFilter < Struct.new( :include_place_types) SENSITIVE = [] include Aws::Structure end |