AWSLogsDescribeDeliverySourcesResponse

Objective-C

@interface AWSLogsDescribeDeliverySourcesResponse

Swift

class AWSLogsDescribeDeliverySourcesResponse
  • An array of structures. Each structure contains information about one delivery source in the account.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSLogsDeliverySource *> *_Nullable deliverySources;

    Swift

    var deliverySources: [AWSLogsDeliverySource]? { 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 }