AWSChimeSDKIdentityListAppInstanceBotsRequest
Objective-C
@interface AWSChimeSDKIdentityListAppInstanceBotsRequest
Swift
class AWSChimeSDKIdentityListAppInstanceBotsRequest
-
The ARN of the
AppInstance
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable appInstanceArn;
Swift
var appInstanceArn: String? { get set }
-
The maximum number of requests 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 bots are returned.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }