Class: Aws::CloudFront::Types::DisassociateDistributionWebACLResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudFront::Types::DisassociateDistributionWebACLResult
 
- 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. 
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the distribution. 
Instance Attribute Details
#etag ⇒ String
The current version of the distribution.
| 4414 4415 4416 4417 4418 4419 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4414 class DisassociateDistributionWebACLResult < Struct.new( :id, :etag) SENSITIVE = [] include Aws::Structure end | 
#id ⇒ String
The ID of the distribution.
| 4414 4415 4416 4417 4418 4419 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4414 class DisassociateDistributionWebACLResult < Struct.new( :id, :etag) SENSITIVE = [] include Aws::Structure end |