Class: Aws::CloudFront::Types::DisassociateDistributionWebACLResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DisassociateDistributionWebACLResult
- Includes:
- Structure
- Defined in:
- 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.
4808 4809 4810 4811 4812 4813 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4808 class DisassociateDistributionWebACLResult < Struct.new( :id, :etag) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the distribution.
4808 4809 4810 4811 4812 4813 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4808 class DisassociateDistributionWebACLResult < Struct.new( :id, :etag) SENSITIVE = [] include Aws::Structure end |