AWSLogsGetDeliveryDestinationPolicyRequest

Objective-C

@interface AWSLogsGetDeliveryDestinationPolicyRequest

Swift

class AWSLogsGetDeliveryDestinationPolicyRequest
  • The name of the delivery destination that you want to retrieve the policy of.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable deliveryDestinationName;

    Swift

    var deliveryDestinationName: String? { get set }