AWSLogsPutDeliveryDestinationResponse
Objective-C
@interface AWSLogsPutDeliveryDestinationResponse
Swift
class AWSLogsPutDeliveryDestinationResponse
-
A structure containing information about the delivery destination that you just created or updated.
Declaration
Objective-C
@property (nonatomic, strong) AWSLogsDeliveryDestination *_Nullable deliveryDestination;
Swift
var deliveryDestination: AWSLogsDeliveryDestination? { get set }