Class: Aws::Connect::Types::StartOutboundChatContactResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idString

The identifier of this contact within the Amazon Connect instance.

Returns:

  • (String)


19938
19939
19940
19941
19942
# File 'lib/aws-sdk-connect/types.rb', line 19938

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