Class: Aws::Connect::Types::BatchGetFlowAssociationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_association_summary_listArray<Types::FlowAssociationSummary>

Information about flow associations.

Returns:



1771
1772
1773
1774
1775
# File 'lib/aws-sdk-connect/types.rb', line 1771

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