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:



1181
1182
1183
1184
1185
# File 'lib/aws-sdk-connect/types.rb', line 1181

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