Class: Aws::GeoPlaces::Types::AdminNames
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::AdminNames
- Defined in:
- gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb
Overview
The official administrative names for an address component, returned
when AddressNamesMode is set to Administrative.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#names ⇒ Array<Types::TranslationName>
A list of translation names for the administrative address component, including name variants and translations in available languages.
-
#preference ⇒ String
Indicates the preference level of the administrative name.
Instance Attribute Details
#names ⇒ Array<Types::TranslationName>
A list of translation names for the administrative address component, including name variants and translations in available languages.
403 404 405 406 407 408 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 403 class AdminNames < Struct.new( :names, :preference) SENSITIVE = [] include Aws::Structure end |
#preference ⇒ String
Indicates the preference level of the administrative name. Valid
values are Primary and Alternative.
403 404 405 406 407 408 |
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 403 class AdminNames < Struct.new( :names, :preference) SENSITIVE = [] include Aws::Structure end |