Class: Aws::QuickSight::Types::GeocodePreference
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeocodePreference
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The geocode preference.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#preference ⇒ Types::GeocodePreferenceValue
The preference definition for the geocode preference.
-
#request_key ⇒ Types::GeocoderHierarchy
The unique request key for the geocode preference.
Instance Attribute Details
#preference ⇒ Types::GeocodePreferenceValue
The preference definition for the geocode preference.
23365 23366 23367 23368 23369 23370 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23365 class GeocodePreference < Struct.new( :request_key, :preference) SENSITIVE = [] include Aws::Structure end |
#request_key ⇒ Types::GeocoderHierarchy
The unique request key for the geocode preference.
23365 23366 23367 23368 23369 23370 |
# File 'lib/aws-sdk-quicksight/types.rb', line 23365 class GeocodePreference < Struct.new( :request_key, :preference) SENSITIVE = [] include Aws::Structure end |