Class: Aws::WAFV2::Types::DescribeManagedProductsByVendorResponse

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 managed rule groups owned by the specified vendor.



2206
2207
2208
2209
2210
# File 'lib/aws-sdk-wafv2/types.rb', line 2206

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