Class: Aws::CloudFront::Types::DisassociateDistributionWebACLRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DisassociateDistributionWebACLRequest
- 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 distribution.
-
#if_match ⇒ String
The value of the
ETag
header that you received when retrieving the distribution that you're disassociating from the WAF web ACL.
Instance Attribute Details
#id ⇒ String
The ID of the distribution.
4390 4391 4392 4393 4394 4395 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4390 class DisassociateDistributionWebACLRequest < 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
distribution that you're disassociating from the WAF web ACL.
4390 4391 4392 4393 4394 4395 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4390 class DisassociateDistributionWebACLRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |