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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



5932
5933
5934
5935
5936
# File 'lib/aws-sdk-wafv2/types.rb', line 5932

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