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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



752
753
754
755
756
757
758
759
# File 'lib/aws-sdk-geoplaces/types.rb', line 752

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:



752
753
754
755
756
757
758
759
# File 'lib/aws-sdk-geoplaces/types.rb', line 752

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:



752
753
754
755
756
757
758
759
# File 'lib/aws-sdk-geoplaces/types.rb', line 752

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:



752
753
754
755
756
757
758
759
# File 'lib/aws-sdk-geoplaces/types.rb', line 752

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