Class: Aws::CloudFront::Types::DeleteConnectionGroupRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the connection group to delete.

Returns:

  • (String)


3907
3908
3909
3910
3911
3912
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3907

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

#if_matchString

The value of the ETag header that you received when retrieving the connection group to delete.

Returns:

  • (String)


3907
3908
3909
3910
3911
3912
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3907

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