Class: Aws::WAFV2::Types::DescribeManagedProductsByVendorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::DescribeManagedProductsByVendorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_products ⇒ Array<Types::ManagedProductDescriptor>
High-level information for the managed rule groups owned by the specified vendor.
Instance Attribute Details
#managed_products ⇒ Array<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 |