AWSLogsGetDeliveryDestinationRequest
Objective-C
@interface AWSLogsGetDeliveryDestinationRequest
Swift
class AWSLogsGetDeliveryDestinationRequest
-
The name of the delivery destination that you want to retrieve.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }