AWSLogsDeleteDeliveryDestinationPolicyRequest

Objective-C

@interface AWSLogsDeleteDeliveryDestinationPolicyRequest

Swift

class AWSLogsDeleteDeliveryDestinationPolicyRequest
  • The name of the delivery destination that you want to delete the policy for.

    Declaration

    Objective-C

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

    Swift

    var deliveryDestinationName: String? { get set }