AWSLogsDescribeDeliverySourcesRequest

Objective-C

@interface AWSLogsDescribeDeliverySourcesRequest

Swift

class AWSLogsDescribeDeliverySourcesRequest
  • Optionally specify the maximum number of delivery sources 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 }