AWSChimeSDKMessagingListChannelsAssociatedWithChannelFlowRequest

Objective-C

@interface AWSChimeSDKMessagingListChannelsAssociatedWithChannelFlowRequest

Swift

class AWSChimeSDKMessagingListChannelsAssociatedWithChannelFlowRequest
  • The ARN of the channel flow.

    Declaration

    Objective-C

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

    Swift

    var channelFlowArn: String? { get set }
  • The maximum number of channels 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 channels are returned.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }