Class: Aws::Connect::Types::StopContactStreamingRequest

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. This is the identifier of the contact that is associated with the first interaction with the contact center.

Returns:

  • (String)


20498
20499
20500
20501
20502
20503
20504
# File 'lib/aws-sdk-connect/types.rb', line 20498

class StopContactStreamingRequest < Struct.new(
  :instance_id,
  :contact_id,
  :streaming_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)


20498
20499
20500
20501
20502
20503
20504
# File 'lib/aws-sdk-connect/types.rb', line 20498

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

#streaming_idString

The identifier of the streaming configuration enabled.

Returns:

  • (String)


20498
20499
20500
20501
20502
20503
20504
# File 'lib/aws-sdk-connect/types.rb', line 20498

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