Class: Aws::CloudFront::Types::ListDistributionsByWebACLIdResult

Inherits:
Struct
  • Object
show all
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 AWS WAF web ACL.

Instance Attribute Summary collapse

Instance Attribute Details

#distribution_listTypes::DistributionList

The ‘DistributionList` type.



5492
5493
5494
5495
# File 'lib/aws-sdk-cloudfront/types.rb', line 5492

class ListDistributionsByWebACLIdResult < Struct.new(
  :distribution_list)
  include Aws::Structure
end