AWSLogsDescribeDestinationsResponse
Objective-C
@interface AWSLogsDescribeDestinationsResponse
Swift
class AWSLogsDescribeDestinationsResponse
-
The destinations.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSLogsDestination *> *_Nullable destinations;Swift
var destinations: [AWSLogsDestination]? { 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
AWSLogsDescribeDestinationsResponse Class Reference