Class: Aws::Connect::Types::DescribeContactFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeContactFlowResponse
- Includes:
- Structure
- Defined in:
- 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.
5923 5924 5925 5926 5927 |
# File 'lib/aws-sdk-connect/types.rb', line 5923 class DescribeContactFlowResponse < Struct.new( :contact_flow) SENSITIVE = [] include Aws::Structure end |