Class: Aws::Types::AwsWafv2RulesActionDetails

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.



4660
4661
4662
# File 'sig/types.rbs', line 4660

def allow
  @allow
end

#blockTypes::AwsWafv2ActionBlockDetails

Returns the value of attribute block.



4661
4662
4663
# File 'sig/types.rbs', line 4661

def block
  @block
end

#captchaTypes::AwsWafv2RulesActionCaptchaDetails

Returns the value of attribute captcha.



4662
4663
4664
# File 'sig/types.rbs', line 4662

def captcha
  @captcha
end

#countTypes::AwsWafv2RulesActionCountDetails

Returns the value of attribute count.



4663
4664
4665
# File 'sig/types.rbs', line 4663

def count
  @count
end