Class: Aws::CloudFront::Types::AssociateDistributionTenantWebACLRequest

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

Returns:

  • (String)


390
391
392
393
394
395
396
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 390

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

#if_matchString

The current ETag of the distribution tenant. This value is returned in the response of the GetDistributionTenant API operation.

Returns:

  • (String)


390
391
392
393
394
395
396
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 390

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

#web_acl_arnString

The Amazon Resource Name (ARN) of the WAF web ACL to associate.

Returns:

  • (String)


390
391
392
393
394
395
396
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 390

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