Class: Aws::CloudFront::Types::DeleteConnectionFunctionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DeleteConnectionFunctionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The connection function’s ID.
-
#if_match ⇒ String
The current version (
ETagvalue) of the connection function you are deleting.
Instance Attribute Details
#id ⇒ String
The connection function’s ID.
4202 4203 4204 4205 4206 4207 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4202 class DeleteConnectionFunctionRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The current version (ETag value) of the connection function you are deleting.
4202 4203 4204 4205 4206 4207 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4202 class DeleteConnectionFunctionRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |