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