Class: Aws::Connect::Types::StopContactRecordingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::StopContactRecordingRequest
- 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.
32350 32351 32352 32353 32354 32355 32356 32357 |
# File 'lib/aws-sdk-connect/types.rb', line 32350 class StopContactRecordingRequest < 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.
32350 32351 32352 32353 32354 32355 32356 32357 |
# File 'lib/aws-sdk-connect/types.rb', line 32350 class StopContactRecordingRequest < 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.
32350 32351 32352 32353 32354 32355 32356 32357 |
# File 'lib/aws-sdk-connect/types.rb', line 32350 class StopContactRecordingRequest < 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.
32350 32351 32352 32353 32354 32355 32356 32357 |
# File 'lib/aws-sdk-connect/types.rb', line 32350 class StopContactRecordingRequest < Struct.new( :instance_id, :contact_id, :initial_contact_id, :contact_recording_type) SENSITIVE = [] include Aws::Structure end |