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)


2704
2705
2706
2707
2708
2709
# File 'lib/aws-sdk-wafv2/types.rb', line 2704

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)


2704
2705
2706
2707
2708
2709
# File 'lib/aws-sdk-wafv2/types.rb', line 2704

class DisallowedFeature < Struct.new(
  :feature,
  :required_pricing_plan)
  SENSITIVE = []
  include Aws::Structure
end