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.



3918
3919
3920
3921
# File 'lib/aws-sdk-cloudfront/types.rb', line 3918

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