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.
6564 6565 6566 6567 6568 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6564 class DescribeContactFlowResponse < Struct.new( :contact_flow) SENSITIVE = [] include Aws::Structure end |