Class: Aws::GeoPlaces::Types::TranslationDetails

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

Overview

Translation details for the address, including alternative names and translations in available languages.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#districtArray<Types::AdminNames>

A list of administrative names and translations for the district address component.

Returns:



3887
3888
3889
3890
3891
3892
3893
3894
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 3887

class TranslationDetails < Struct.new(
  :locality,
  :region,
  :district,
  :sub_region)
  SENSITIVE = []
  include Aws::Structure
end

#localityArray<Types::AdminNames>

A list of administrative names and translations for the locality address component.

Returns:



3887
3888
3889
3890
3891
3892
3893
3894
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 3887

class TranslationDetails < Struct.new(
  :locality,
  :region,
  :district,
  :sub_region)
  SENSITIVE = []
  include Aws::Structure
end

#regionArray<Types::AdminNames>

A list of administrative names and translations for the region address component.

Returns:



3887
3888
3889
3890
3891
3892
3893
3894
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 3887

class TranslationDetails < Struct.new(
  :locality,
  :region,
  :district,
  :sub_region)
  SENSITIVE = []
  include Aws::Structure
end

#sub_regionArray<Types::AdminNames>

A list of administrative names and translations for the sub-region address component.

Returns:



3887
3888
3889
3890
3891
3892
3893
3894
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 3887

class TranslationDetails < Struct.new(
  :locality,
  :region,
  :district,
  :sub_region)
  SENSITIVE = []
  include Aws::Structure
end