Class: Aws::Connect::Types::ResumeContactRecordingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ResumeContactRecordingRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_id ⇒ String
The identifier of the contact.
-
#contact_recording_type ⇒ String
The type of recording being operated on.
-
#initial_contact_id ⇒ String
The identifier of the contact.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
Instance Attribute Details
#contact_id ⇒ String
The identifier of the contact.
19317 19318 19319 19320 19321 19322 19323 19324 |
# File 'lib/aws-sdk-connect/types.rb', line 19317 class ResumeContactRecordingRequest < Struct.new( :instance_id, :contact_id, :initial_contact_id, :contact_recording_type) SENSITIVE = [] include Aws::Structure end |
#contact_recording_type ⇒ String
The type of recording being operated on.
19317 19318 19319 19320 19321 19322 19323 19324 |
# File 'lib/aws-sdk-connect/types.rb', line 19317 class ResumeContactRecordingRequest < Struct.new( :instance_id, :contact_id, :initial_contact_id, :contact_recording_type) SENSITIVE = [] include Aws::Structure end |
#initial_contact_id ⇒ String
The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.
19317 19318 19319 19320 19321 19322 19323 19324 |
# File 'lib/aws-sdk-connect/types.rb', line 19317 class ResumeContactRecordingRequest < Struct.new( :instance_id, :contact_id, :initial_contact_id, :contact_recording_type) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
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
19317 19318 19319 19320 19321 19322 19323 19324 |
# File 'lib/aws-sdk-connect/types.rb', line 19317 class ResumeContactRecordingRequest < Struct.new( :instance_id, :contact_id, :initial_contact_id, :contact_recording_type) SENSITIVE = [] include Aws::Structure end |