Class: Aws::GeoPlaces::Types::ContactDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::ContactDetails
- 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
-
#categories ⇒ Array<Types::Category>
Categories of results that results must belong too.
-
#label ⇒ String
The contact's label.
-
#value ⇒ String
The contact's value.
Instance Attribute Details
#categories ⇒ Array<Types::Category>
Categories of results that results must belong too.
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 |
#label ⇒ String
The contact's label.
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 |
#value ⇒ String
The contact's value.
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 |