Class: Aws::WAFV2::Types::DescribeAllManagedProductsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wafv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#managed_productsArray<Types::ManagedProductDescriptor>

High-level information for the Amazon Web Services Managed Rules rule groups and Amazon Web Services Marketplace managed rule groups.



2076
2077
2078
2079
2080
# File 'lib/aws-sdk-wafv2/types.rb', line 2076

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