Class: Aws::WAFV2::Types::AndStatement

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

Overview

A logical rule statement used to combine other rule statements with AND logic. You provide more than one Statement within the AndStatement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statementsArray<Types::Statement>

The statements to combine with AND logic. You can use any statements that can be nested.

Returns:



358
359
360
361
362
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 358

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