AWSLogsDescribeLogGroupsRequest
Objective-C
@interface AWSLogsDescribeLogGroupsRequest
Swift
class AWSLogsDescribeLogGroupsRequest
-
The maximum number of items returned. If you don’t specify a value, the default is up to 50 items.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable limit;
Swift
var limit: NSNumber? { get set }
-
The prefix to match.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable logGroupNamePrefix;
Swift
var logGroupNamePrefix: String? { get set }
-
The token for the next set of items to return. (You received this token from a previous call.)
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }