Class: Aws::CloudFront::Types::DeleteConnectionGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DeleteConnectionGroupRequest
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the connection group to delete.
-
#if_match ⇒ String
The value of the
ETag
header that you received when retrieving the connection group to delete.
Instance Attribute Details
#id ⇒ String
The ID of the connection group to delete.
3791 3792 3793 3794 3795 3796 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3791 class DeleteConnectionGroupRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The value of the ETag
header that you received when retrieving the
connection group to delete.
3791 3792 3793 3794 3795 3796 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3791 class DeleteConnectionGroupRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |