Class: Aws::Connect::Types::DescribeContactFlowResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_flowTypes::ContactFlow

Information about the flow.

Returns:



5109
5110
5111
5112
5113
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5109

class DescribeContactFlowResponse < Struct.new(
  :contact_flow)
  SENSITIVE = []
  include Aws::Structure
end