Class: Aws::Connect::Types::StartOutboundChatContactResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::StartOutboundChatContactResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_id ⇒ String
The identifier of this contact within the Amazon Connect instance.
Instance Attribute Details
#contact_id ⇒ String
The identifier of this contact within the Amazon Connect instance.
19705 19706 19707 19708 19709 |
# File 'lib/aws-sdk-connect/types.rb', line 19705 class StartOutboundChatContactResponse < Struct.new( :contact_id) SENSITIVE = [] include Aws::Structure end |