class Aws::CloudFront::Types::DeleteOriginRequestPolicyRequest

@note When making an API call, you may pass DeleteOriginRequestPolicyRequest

data as a hash:

    {
      id: "string", # required
      if_match: "string",
    }

@!attribute [rw] id

The unique identifier for the origin request policy that you are
deleting. To get the identifier, you can use
`ListOriginRequestPolicies`.
@return [String]

@!attribute [rw] if_match

The version of the origin request policy that you are deleting. The
version is the origin request policy’s `ETag` value, which you can
get using `ListOriginRequestPolicies`, `GetOriginRequestPolicy`, or
`GetOriginRequestPolicyConfig`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DeleteOriginRequestPolicyRequest AWS API Documentation

Constants

SENSITIVE