AWSLogsDescribeDeliveryDestinationsRequest
Objective-C
@interface AWSLogsDescribeDeliveryDestinationsRequest
Swift
class AWSLogsDescribeDeliveryDestinationsRequest
-
Optionally specify the maximum number of delivery destinations to return in the response.
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. The token expires after 24 hours.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }