Class: Aws::Connect::Types::SuspendContactRecordingRequest

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 the contact.

Returns:

  • (String)


17990
17991
17992
17993
17994
17995
17996
# File 'lib/aws-sdk-connect/types.rb', line 17990

class SuspendContactRecordingRequest < Struct.new(
  :instance_id,
  :contact_id,
  :initial_contact_id)
  SENSITIVE = []
  include Aws::Structure
end

#initial_contact_idString

The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.

Returns:

  • (String)


17990
17991
17992
17993
17994
17995
17996
# File 'lib/aws-sdk-connect/types.rb', line 17990

class SuspendContactRecordingRequest < Struct.new(
  :instance_id,
  :contact_id,
  :initial_contact_id)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.

[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html

Returns:

  • (String)


17990
17991
17992
17993
17994
17995
17996
# File 'lib/aws-sdk-connect/types.rb', line 17990

class SuspendContactRecordingRequest < Struct.new(
  :instance_id,
  :contact_id,
  :initial_contact_id)
  SENSITIVE = []
  include Aws::Structure
end