Class: Aws::WAFV2::Types::DisallowedFeature

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

Instance Attribute Details

#featureString

The name of the disallowed WAF feature.

Returns:

  • (String)


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_planString

The name of the CloudFront pricing plan required to use the WAF feature.

Returns:

  • (String)


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