Class: Aws::CloudFront::Types::AssociateDistributionTenantWebACLResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudFront::Types::AssociateDistributionTenantWebACLResult
 
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #etag  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The current version of the distribution tenant. 
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the distribution tenant. 
- 
  
    
      #web_acl_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the WAF web ACL that you associated with the distribution tenant. 
Instance Attribute Details
#etag ⇒ String
The current version of the distribution tenant.
| 413 414 415 416 417 418 419 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 413 class AssociateDistributionTenantWebACLResult < Struct.new( :id, :web_acl_arn, :etag) SENSITIVE = [] include Aws::Structure end | 
#id ⇒ String
The ID of the distribution tenant.
| 413 414 415 416 417 418 419 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 413 class AssociateDistributionTenantWebACLResult < Struct.new( :id, :web_acl_arn, :etag) SENSITIVE = [] include Aws::Structure end | 
#web_acl_arn ⇒ String
The ARN of the WAF web ACL that you associated with the distribution tenant.
| 413 414 415 416 417 418 419 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 413 class AssociateDistributionTenantWebACLResult < Struct.new( :id, :web_acl_arn, :etag) SENSITIVE = [] include Aws::Structure end |