Class: Aws::Connect::Types::ResumeContactRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ResumeContactRequest
- 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.
17070 17071 17072 17073 17074 17075 17076 |
# File 'lib/aws-sdk-connect/types.rb', line 17070 class ResumeContactRequest < Struct.new( :contact_id, :instance_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |
#contact_id ⇒ String
The identifier of the contact.
17070 17071 17072 17073 17074 17075 17076 |
# File 'lib/aws-sdk-connect/types.rb', line 17070 class ResumeContactRequest < 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.
17070 17071 17072 17073 17074 17075 17076 |
# File 'lib/aws-sdk-connect/types.rb', line 17070 class ResumeContactRequest < Struct.new( :contact_id, :instance_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |