Class: Aws::CloudFront::Types::DeleteConnectionFunctionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DeleteConnectionFunctionRequest
- Defined in:
- gems/aws-sdk-cloudfront/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.
4196 4197 4198 4199 4200 4201 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4196 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.
4196 4197 4198 4199 4200 4201 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4196 class DeleteConnectionFunctionRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |