Class: Aws::CloudFront::Types::DeleteFunctionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DeleteFunctionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#if_match ⇒ String
The current version (‘ETag` value) of the function that you are deleting, which you can get using `DescribeFunction`.
-
#name ⇒ String
The name of the function that you are deleting.
Instance Attribute Details
#if_match ⇒ String
The current version (‘ETag` value) of the function that you are deleting, which you can get using `DescribeFunction`.
3110 3111 3112 3113 3114 3115 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3110 class DeleteFunctionRequest < Struct.new( :name, :if_match) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the function that you are deleting.
3110 3111 3112 3113 3114 3115 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3110 class DeleteFunctionRequest < Struct.new( :name, :if_match) SENSITIVE = [] include Aws::Structure end |