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 Amazon Connect instance.
Instance Attribute Details
#contact_flow_id ⇒ String
The identifier of the flow.
15055 15056 15057 15058 15059 15060 15061 |
# File 'lib/aws-sdk-connect/types.rb', line 15055 class PauseContactRequest < Struct.new( :contact_id, :instance_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |
#contact_id ⇒ String
The identifier of the contact.
15055 15056 15057 15058 15059 15060 15061 |
# File 'lib/aws-sdk-connect/types.rb', line 15055 class PauseContactRequest < Struct.new( :contact_id, :instance_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can find the ‘instanceId` in the ARN of the instance.
15055 15056 15057 15058 15059 15060 15061 |
# File 'lib/aws-sdk-connect/types.rb', line 15055 class PauseContactRequest < Struct.new( :contact_id, :instance_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |