Class: Aws::Connect::Types::PauseContactRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::PauseContactRequest
- Defined in:
- gems/aws-sdk-connect/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.
26058 26059 26060 26061 26062 26063 26064 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26058 class PauseContactRequest < Struct.new( :contact_id, :instance_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |
#contact_id ⇒ String
The identifier of the contact.
26058 26059 26060 26061 26062 26063 26064 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26058 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.
26058 26059 26060 26061 26062 26063 26064 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26058 class PauseContactRequest < Struct.new( :contact_id, :instance_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |