AWSLogsDescribeDestinationsRequest
Objective-C
@interface AWSLogsDescribeDestinationsRequest
Swift
class AWSLogsDescribeDestinationsRequest
-
The prefix to match. If you don’t specify a value, no prefix filter is applied.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable destinationNamePrefix;Swift
var destinationNamePrefix: String? { get set } -
The maximum number of items returned. If you don’t specify a value, the default maximum value of 50 items is used.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable limit;Swift
var limit: NSNumber? { 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 }
View on GitHub
Install in Dash
AWSLogsDescribeDestinationsRequest Class Reference