Class: Aws::GeoPlaces::Types::ContactDetails

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

Overview

Details related to contacts.

Constant Summary collapse

SENSITIVE =
[:label, :value]

Instance Attribute Summary collapse

Instance Attribute Details

#categoriesArray<Types::Category>

Categories of results that results must belong too.

Returns:



795
796
797
798
799
800
801
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 795

class ContactDetails < Struct.new(
  :label,
  :value,
  :categories)
  SENSITIVE = [:label, :value]
  include Aws::Structure
end

#labelString

The contact's label.

Returns:

  • (String)


795
796
797
798
799
800
801
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 795

class ContactDetails < Struct.new(
  :label,
  :value,
  :categories)
  SENSITIVE = [:label, :value]
  include Aws::Structure
end

#valueString

The contact's value.

Returns:

  • (String)


795
796
797
798
799
800
801
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 795

class ContactDetails < Struct.new(
  :label,
  :value,
  :categories)
  SENSITIVE = [:label, :value]
  include Aws::Structure
end