Class: Aws::CloudFront::Types::ListDistributionsByWebACLIdResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListDistributionsByWebACLIdResult
- Includes:
- Structure
- Defined in:
- 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.
7782 7783 7784 7785 7786 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7782 class ListDistributionsByWebACLIdResult < Struct.new( :distribution_list) SENSITIVE = [] include Aws::Structure end |