AWSConnectBatchGetFlowAssociationResponse
Objective-C
@interface AWSConnectBatchGetFlowAssociationResponse
Swift
class AWSConnectBatchGetFlowAssociationResponse
-
Information about flow associations.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectFlowAssociationSummary *> *_Nullable flowAssociationSummaryList;
Swift
var flowAssociationSummaryList: [AWSConnectFlowAssociationSummary]? { get set }