Class: Aws::CloudFront::Types::DeleteFunctionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#if_matchString

The current version (‘ETag` value) of the function that you are deleting, which you can get using `DescribeFunction`.

Returns:

  • (String)


3173
3174
3175
3176
3177
3178
# File 'lib/aws-sdk-cloudfront/types.rb', line 3173

class DeleteFunctionRequest < Struct.new(
  :name,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the function that you are deleting.

Returns:

  • (String)


3173
3174
3175
3176
3177
3178
# File 'lib/aws-sdk-cloudfront/types.rb', line 3173

class DeleteFunctionRequest < Struct.new(
  :name,
  :if_match)
  SENSITIVE = []
  include Aws::Structure
end