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.
20276 20277 20278 20279 20280 20281 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20276 class GeocodePreference < Struct.new( :request_key, :preference) SENSITIVE = [] include Aws::Structure end |
#request_key ⇒ Types::GeocoderHierarchy
The unique request key for the geocode preference.
20276 20277 20278 20279 20280 20281 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20276 class GeocodePreference < Struct.new( :request_key, :preference) SENSITIVE = [] include Aws::Structure end |