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:



779
780
781
782
783
784
785
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 779

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

#labelString

The contact's label.

Returns:

  • (String)


779
780
781
782
783
784
785
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 779

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

#valueString

The contact's value.

Returns:

  • (String)


779
780
781
782
783
784
785
# File 'gems/aws-sdk-geoplaces/lib/aws-sdk-geoplaces/types.rb', line 779

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