Class: Aws::Connect::Types::DescribeContactFlowModuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeContactFlowModuleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_flow_module ⇒ Types::ContactFlowModule
Information about the flow module.
Instance Attribute Details
#contact_flow_module ⇒ Types::ContactFlowModule
Information about the flow module.
5773 5774 5775 5776 5777 |
# File 'lib/aws-sdk-connect/types.rb', line 5773 class DescribeContactFlowModuleResponse < Struct.new( :contact_flow_module) SENSITIVE = [] include Aws::Structure end |