Class: Aws::AlexaForBusiness::Types::GetContactResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::GetContactResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact ⇒ Types::Contact
The details of the requested contact.
Instance Attribute Details
#contact ⇒ Types::Contact
The details of the requested contact.
2217 2218 2219 2220 2221 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2217 class GetContactResponse < Struct.new( :contact) SENSITIVE = [] include Aws::Structure end |