AWSChimeSDKIdentityListAppInstanceBotsResponse

Objective-C

@interface AWSChimeSDKIdentityListAppInstanceBotsResponse

Swift

class AWSChimeSDKIdentityListAppInstanceBotsResponse
  • The ARN of the AppInstance.

    Declaration

    Objective-C

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

    Swift

    var appInstanceArn: String? { get set }
  • The information for each requested AppInstanceBot.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSChimeSDKIdentityAppInstanceBotSummary *> *_Nullable appInstanceBots;

    Swift

    var appInstanceBots: [AWSChimeSDKIdentityAppInstanceBotSummary]? { get set }
  • The token passed by previous API calls until all requested bots are returned.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }