Class: Aws::AlexaForBusiness::Types::GetContactResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contactTypes::Contact

The details of the requested contact.

Returns:



2217
2218
2219
2220
2221
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2217

class GetContactResponse < Struct.new(
  :contact)
  SENSITIVE = []
  include Aws::Structure
end