Class: Aws::Types::RuleAction
- Inherits:
-
Object
- Object
- Aws::Types::RuleAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow ⇒ Types::AllowAction
Returns the value of attribute allow.
-
#block ⇒ Types::BlockAction
Returns the value of attribute block.
-
#captcha ⇒ Types::CaptchaAction
Returns the value of attribute captcha.
-
#challenge ⇒ Types::ChallengeAction
Returns the value of attribute challenge.
-
#count ⇒ Types::CountAction
Returns the value of attribute count.
-
#monetize ⇒ Types::MonetizeAction
Returns the value of attribute monetize.
Instance Attribute Details
#allow ⇒ Types::AllowAction
Returns the value of attribute allow.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def allow @allow end |
#block ⇒ Types::BlockAction
Returns the value of attribute block.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def block @block end |
#captcha ⇒ Types::CaptchaAction
Returns the value of attribute captcha.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def captcha @captcha end |
#challenge ⇒ Types::ChallengeAction
Returns the value of attribute challenge.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def challenge @challenge end |
#count ⇒ Types::CountAction
Returns the value of attribute count.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def count @count end |
#monetize ⇒ Types::MonetizeAction
Returns the value of attribute monetize.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def monetize @monetize end |