Class: Aws::CloudFront::Types::ListDistributionsByWebACLIdResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListDistributionsByWebACLIdResult
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
The response to a request to list the distributions that are associated with a specified WAF web ACL.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#distribution_list ⇒ Types::DistributionList
The
DistributionList
type.
Instance Attribute Details
#distribution_list ⇒ Types::DistributionList
The DistributionList
type.
7786 7787 7788 7789 7790 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7786 class ListDistributionsByWebACLIdResult < Struct.new( :distribution_list) SENSITIVE = [] include Aws::Structure end |