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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#distribution_listTypes::DistributionList

The DistributionList type.



7285
7286
7287
7288
7289
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7285

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