AWSConnectListFlowAssociationsResponse

Objective-C

@interface AWSConnectListFlowAssociationsResponse

Swift

class AWSConnectListFlowAssociationsResponse
  • Summary of flow associations.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSConnectFlowAssociationSummary *> *_Nullable flowAssociationSummaryList;

    Swift

    var flowAssociationSummaryList: [AWSConnectFlowAssociationSummary]? { get set }
  • If there are additional results, this is the token for the next set of results.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }