Class: Aws::WAFV2::Types::NotStatement

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb

Overview

A logical rule statement used to negate the results of another rule statement. You provide one Statement within the NotStatement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statementTypes::Statement

The statement to negate. You can use any statement that can be nested.

Returns:



5802
5803
5804
5805
5806
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 5802

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