Class: Aws::Types::AwsWafv2WebAclActionDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allowTypes::AwsWafv2ActionAllowDetails

Returns the value of attribute allow.



4684
4685
4686
# File 'sig/types.rbs', line 4684

def allow
  @allow
end

#blockTypes::AwsWafv2ActionBlockDetails

Returns the value of attribute block.



4685
4686
4687
# File 'sig/types.rbs', line 4685

def block
  @block
end