AWSLogsDeleteDeliveryDestinationRequest

Objective-C

@interface AWSLogsDeleteDeliveryDestinationRequest

Swift

class AWSLogsDeleteDeliveryDestinationRequest
  • The name of the delivery destination that you want to delete. You can find a list of delivery destionation names by using the DescribeDeliveryDestinations operation.

    Declaration

    Objective-C

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

    Swift

    var name: String? { get set }