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