AWSLogsDescribeDeliveryDestinationsResponse
Objective-C
@interface AWSLogsDescribeDeliveryDestinationsResponse
Swift
class AWSLogsDescribeDeliveryDestinationsResponse
-
An array of structures. Each structure contains information about one delivery destination in the account.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSLogsDeliveryDestination *> *_Nullable deliveryDestinations;Swift
var deliveryDestinations: [AWSLogsDeliveryDestination]? { 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 }
View on GitHub
Install in Dash
AWSLogsDescribeDeliveryDestinationsResponse Class Reference