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 WAF web ACL.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#distribution_listTypes::DistributionList

The ‘DistributionList` type.



7786
7787
7788
7789
7790
# File 'lib/aws-sdk-cloudfront/types.rb', line 7786

class ListDistributionsByWebACLIdResult < Struct.new(
  :distribution_list)
  SENSITIVE = []
  include Aws::Structure
end