Class: Aws::GeoPlaces::Types::Contacts

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

Overview

A list of potential contact methods for the result/place.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#emailsArray<Types::ContactDetails>

List of emails for contacts of the result.

Returns:



823
824
825
826
827
828
829
830
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 823

class Contacts < Struct.new(
  :phones,
  :faxes,
  :websites,
  :emails)
  SENSITIVE = []
  include Aws::Structure
end

#faxesArray<Types::ContactDetails>

List of fax addresses for the result contact.

Returns:



823
824
825
826
827
828
829
830
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 823

class Contacts < Struct.new(
  :phones,
  :faxes,
  :websites,
  :emails)
  SENSITIVE = []
  include Aws::Structure
end

#phonesArray<Types::ContactDetails>

List of phone numbers for the results contact.

Returns:



823
824
825
826
827
828
829
830
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 823

class Contacts < Struct.new(
  :phones,
  :faxes,
  :websites,
  :emails)
  SENSITIVE = []
  include Aws::Structure
end

#websitesArray<Types::ContactDetails>

List of website URLs that belong to the result.

Returns:



823
824
825
826
827
828
829
830
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 823

class Contacts < Struct.new(
  :phones,
  :faxes,
  :websites,
  :emails)
  SENSITIVE = []
  include Aws::Structure
end