Class: Aws::QuickSight::Types::GeocoderHierarchy
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GeocoderHierarchy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The preference hierarchy for the geocode preference.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#city ⇒ String
The city value for the preference hierarchy.
-
#country ⇒ String
The country value for the preference hierarchy.
-
#county ⇒ String
The county/district value for the preference hierarchy.
-
#post_code ⇒ String
The postcode value for the preference hierarchy.
-
#state ⇒ String
The state/region value for the preference hierarchy.
Instance Attribute Details
#city ⇒ String
The city value for the preference hierarchy.
21488 21489 21490 21491 21492 21493 21494 21495 21496 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21488 class GeocoderHierarchy < Struct.new( :country, :state, :county, :city, :post_code) SENSITIVE = [] include Aws::Structure end |
#country ⇒ String
The country value for the preference hierarchy.
21488 21489 21490 21491 21492 21493 21494 21495 21496 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21488 class GeocoderHierarchy < Struct.new( :country, :state, :county, :city, :post_code) SENSITIVE = [] include Aws::Structure end |
#county ⇒ String
The county/district value for the preference hierarchy.
21488 21489 21490 21491 21492 21493 21494 21495 21496 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21488 class GeocoderHierarchy < Struct.new( :country, :state, :county, :city, :post_code) SENSITIVE = [] include Aws::Structure end |
#post_code ⇒ String
The postcode value for the preference hierarchy.
21488 21489 21490 21491 21492 21493 21494 21495 21496 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21488 class GeocoderHierarchy < Struct.new( :country, :state, :county, :city, :post_code) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state/region value for the preference hierarchy.
21488 21489 21490 21491 21492 21493 21494 21495 21496 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21488 class GeocoderHierarchy < Struct.new( :country, :state, :county, :city, :post_code) SENSITIVE = [] include Aws::Structure end |