Class: Aws::Types::AwsWafv2RulesActionDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsWafv2RulesActionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow ⇒ Types::AwsWafv2ActionAllowDetails
Returns the value of attribute allow.
-
#block ⇒ Types::AwsWafv2ActionBlockDetails
Returns the value of attribute block.
-
#captcha ⇒ Types::AwsWafv2RulesActionCaptchaDetails
Returns the value of attribute captcha.
-
#count ⇒ Types::AwsWafv2RulesActionCountDetails
Returns the value of attribute count.
Instance Attribute Details
#allow ⇒ Types::AwsWafv2ActionAllowDetails
Returns the value of attribute allow.
4660 4661 4662 |
# File 'sig/types.rbs', line 4660 def allow @allow end |
#block ⇒ Types::AwsWafv2ActionBlockDetails
Returns the value of attribute block.
4661 4662 4663 |
# File 'sig/types.rbs', line 4661 def block @block end |
#captcha ⇒ Types::AwsWafv2RulesActionCaptchaDetails
Returns the value of attribute captcha.
4662 4663 4664 |
# File 'sig/types.rbs', line 4662 def captcha @captcha end |
#count ⇒ Types::AwsWafv2RulesActionCountDetails
Returns the value of attribute count.
4663 4664 4665 |
# File 'sig/types.rbs', line 4663 def count @count end |