AWSLogsGetDeliveryDestinationPolicyResponse

Objective-C

@interface AWSLogsGetDeliveryDestinationPolicyResponse

Swift

class AWSLogsGetDeliveryDestinationPolicyResponse
  • The IAM policy for this delivery destination.

    Declaration

    Objective-C

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

    Swift

    var policy: AWSLogsPolicy? { get set }