Class: Aws::QuickSight::Types::GeocoderHierarchy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The preference hierarchy for the geocode preference.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#city ⇒ String

The city value for the preference hierarchy.

Returns:

  • (String)


25928
25929
25930
25931
25932
25933
25934
25935
25936
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25928

class GeocoderHierarchy < Struct.new(
  :country,
  :state,
  :county,
  :city,
  :post_code)
  SENSITIVE = []
  include Aws::Structure
end

#country ⇒ String

The country value for the preference hierarchy.

Returns:

  • (String)


25928
25929
25930
25931
25932
25933
25934
25935
25936
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25928

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.

Returns:

  • (String)


25928
25929
25930
25931
25932
25933
25934
25935
25936
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25928

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.

Returns:

  • (String)


25928
25929
25930
25931
25932
25933
25934
25935
25936
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25928

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.

Returns:

  • (String)


25928
25929
25930
25931
25932
25933
25934
25935
25936
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25928

class GeocoderHierarchy < Struct.new(
  :country,
  :state,
  :county,
  :city,
  :post_code)
  SENSITIVE = []
  include Aws::Structure
end