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.
5894 5895 5896 5897 5898 |
# File 'lib/aws-sdk-connect/types.rb', line 5894 class DescribeContactFlowModuleResponse < Struct.new( :contact_flow_module) SENSITIVE = [] include Aws::Structure end |