Class: Aws::CloudFront::Types::DisassociateDistributionWebACLRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the distribution.

Returns:

  • (String)


4274
4275
4276
4277
4278
4279
# File 'lib/aws-sdk-cloudfront/types.rb', line 4274

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

#if_matchString

The value of the ‘ETag` header that you received when retrieving the distribution that you’re disassociating from the WAF web ACL.

Returns:

  • (String)


4274
4275
4276
4277
4278
4279
# File 'lib/aws-sdk-cloudfront/types.rb', line 4274

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