Class: Aws::WAFV2::Types::DisallowedFeature
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::DisallowedFeature
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
A WAF feature that is not supported by the CloudFront pricing plan associated with the web ACL.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#feature ⇒ String
The name of the disallowed WAF feature.
-
#required_pricing_plan ⇒ String
The name of the CloudFront pricing plan required to use the WAF feature.
Instance Attribute Details
#feature ⇒ String
The name of the disallowed WAF feature.
2677 2678 2679 2680 2681 2682 |
# File 'lib/aws-sdk-wafv2/types.rb', line 2677 class DisallowedFeature < Struct.new( :feature, :required_pricing_plan) SENSITIVE = [] include Aws::Structure end |
#required_pricing_plan ⇒ String
The name of the CloudFront pricing plan required to use the WAF feature.
2677 2678 2679 2680 2681 2682 |
# File 'lib/aws-sdk-wafv2/types.rb', line 2677 class DisallowedFeature < Struct.new( :feature, :required_pricing_plan) SENSITIVE = [] include Aws::Structure end |