AWSChimeSDKMessagingListChannelFlowsRequest

Objective-C

@interface AWSChimeSDKMessagingListChannelFlowsRequest

Swift

class AWSChimeSDKMessagingListChannelFlowsRequest
  • The ARN of the app instance.

    Declaration

    Objective-C

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

    Swift

    var appInstanceArn: String? { get set }
  • The maximum number of channel flows that you want to return.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable maxResults;

    Swift

    var maxResults: NSNumber? { get set }
  • The token passed by previous API calls until all requested channel flows are returned.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }