Class: Aws::GeoPlaces::Types::ContactDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::ContactDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-geoplaces/types.rb
Overview
Details related to contacts.
Constant Summary collapse
- SENSITIVE =
[]
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.
724 725 726 727 728 729 730 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 724 class ContactDetails < Struct.new( :label, :value, :categories) SENSITIVE = [] include Aws::Structure end |
#label ⇒ String
The contact’s label.
724 725 726 727 728 729 730 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 724 class ContactDetails < Struct.new( :label, :value, :categories) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The contact’s value.
724 725 726 727 728 729 730 |
# File 'lib/aws-sdk-geoplaces/types.rb', line 724 class ContactDetails < Struct.new( :label, :value, :categories) SENSITIVE = [] include Aws::Structure end |