Class: Aws::CloudFront::Types::DisassociateDistributionTenantWebACLRequest

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 tenant.

Returns:

  • (String)


4728
4729
4730
4731
4732
4733
# File 'lib/aws-sdk-cloudfront/types.rb', line 4728

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

#if_matchString

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.

Returns:

  • (String)


4728
4729
4730
4731
4732
4733
# File 'lib/aws-sdk-cloudfront/types.rb', line 4728

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