Class: Aws::Connect::Types::StopContactMediaProcessingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::StopContactMediaProcessingRequest
- 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.
-
#instance_id ⇒ String
The identifier of the Connect Customer instance.
Instance Attribute Details
#contact_id ⇒ String
The identifier of the contact.
33681 33682 33683 33684 33685 33686 |
# File 'lib/aws-sdk-connect/types.rb', line 33681 class StopContactMediaProcessingRequest < Struct.new( :instance_id, :contact_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
33681 33682 33683 33684 33685 33686 |
# File 'lib/aws-sdk-connect/types.rb', line 33681 class StopContactMediaProcessingRequest < Struct.new( :instance_id, :contact_id) SENSITIVE = [] include Aws::Structure end |