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

#cityString

The city value for the preference hierarchy.

Returns:

  • (String)


21403
21404
21405
21406
21407
21408
21409
21410
21411
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21403

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

#countryString

The country value for the preference hierarchy.

Returns:

  • (String)


21403
21404
21405
21406
21407
21408
21409
21410
21411
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21403

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

#countyString

The county/district value for the preference hierarchy.

Returns:

  • (String)


21403
21404
21405
21406
21407
21408
21409
21410
21411
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21403

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

#post_codeString

The postcode value for the preference hierarchy.

Returns:

  • (String)


21403
21404
21405
21406
21407
21408
21409
21410
21411
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21403

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

#stateString

The state/region value for the preference hierarchy.

Returns:

  • (String)


21403
21404
21405
21406
21407
21408
21409
21410
21411
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21403

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