class Aws::CloudFront::Types::DeleteFunctionRequest

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

data as a hash:

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

@!attribute [rw] name

The name of the function that you are deleting.
@return [String]

@!attribute [rw] if_match

The current version (`ETag` value) of the function that you are
deleting, which you can get using `DescribeFunction`.
@return [String]

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

Constants

SENSITIVE