AWSLogsDescribeDeliveriesRequest

Objective-C

@interface AWSLogsDescribeDeliveriesRequest

Swift

class AWSLogsDescribeDeliveriesRequest
  • Optionally specify the maximum number of deliveries 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 }