Class: Aws::Connect::Types::DescribeContactFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeContactFlowResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_flow ⇒ Types::ContactFlow
Information about the flow.
Instance Attribute Details
#contact_flow ⇒ Types::ContactFlow
Information about the flow.
6763 6764 6765 6766 6767 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6763 class DescribeContactFlowResponse < Struct.new( :contact_flow) SENSITIVE = [] include Aws::Structure end |