Class: Aws::Connect::Types::StartTaskContactResponse

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)


17609
17610
17611
17612
17613
# File 'lib/aws-sdk-connect/types.rb', line 17609

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