Class: Aws::Connect::Types::DescribeContactFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeContactFlowRequest
- 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.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
Instance Attribute Details
#contact_flow_id ⇒ String
The identifier of the flow.
6936 6937 6938 6939 6940 6941 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6936 class DescribeContactFlowRequest < Struct.new( :instance_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
6936 6937 6938 6939 6940 6941 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6936 class DescribeContactFlowRequest < Struct.new( :instance_id, :contact_flow_id) SENSITIVE = [] include Aws::Structure end |