AWSLogsPutDeliveryDestinationPolicyResponse

Objective-C

@interface AWSLogsPutDeliveryDestinationPolicyResponse

Swift

class AWSLogsPutDeliveryDestinationPolicyResponse
  • The contents of the policy that you just created.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSLogsPolicy *_Nullable policy;

    Swift

    var policy: AWSLogsPolicy? { get set }