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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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 Connect Customer instance.

Returns:

  • (String)


32258
32259
32260
32261
32262
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 32258

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