Class: Aws::Connect::Types::PauseContactRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::PauseContactRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_flow_id ⇒ String
The identifier of the flow.
-
#contact_id ⇒ String
The identifier of the contact.
-
#instance_id ⇒ String
The identifier of the Connect Customer instance.
Instance Attribute Details
#contact_flow_id ⇒ String
The identifier of the flow.
25548 25549 25550 25551 25552 25553 25554 |
# File 'lib/aws-sdk-connect/types.rb', line 25548 class PauseContactRequest < Struct.new( :contact_id, :instance_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |
#contact_id ⇒ String
The identifier of the contact.
25548 25549 25550 25551 25552 25553 25554 |
# File 'lib/aws-sdk-connect/types.rb', line 25548 class PauseContactRequest < Struct.new( :contact_id, :instance_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Connect Customer instance. You can find the ‘instanceId` in the ARN of the instance.
25548 25549 25550 25551 25552 25553 25554 |
# File 'lib/aws-sdk-connect/types.rb', line 25548 class PauseContactRequest < Struct.new( :contact_id, :instance_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |