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