Class: Aws::CloudFront::Types::DisassociateDistributionTenantWebACLRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DisassociateDistributionTenantWebACLRequest
- 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 tenant.
-
#if_match ⇒ String
The current version of the distribution tenant that you're disassociating from the WAF web ACL.
Instance Attribute Details
#id ⇒ String
The ID of the distribution tenant.
4362 4363 4364 4365 4366 4367 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4362 class DisassociateDistributionTenantWebACLRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |
#if_match ⇒ String
The current version of the distribution tenant that you're
disassociating from the WAF web ACL. This is the ETag
value
returned in the response to the GetDistributionTenant
API
operation.
4362 4363 4364 4365 4366 4367 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4362 class DisassociateDistributionTenantWebACLRequest < Struct.new( :id, :if_match) SENSITIVE = [] include Aws::Structure end |