Class: Aws::Types::Rule
- Inherits:
-
Object
- Object
- Aws::Types::Rule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::RuleAction
Returns the value of attribute action.
-
#captcha_config ⇒ Types::CaptchaConfig
Returns the value of attribute captcha_config.
-
#challenge_config ⇒ Types::ChallengeConfig
Returns the value of attribute challenge_config.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#override_action ⇒ Types::OverrideAction
Returns the value of attribute override_action.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#rule_labels ⇒ ::Array[Types::Label]
Returns the value of attribute rule_labels.
-
#statement ⇒ Types::Statement
Returns the value of attribute statement.
-
#visibility_config ⇒ Types::VisibilityConfig
Returns the value of attribute visibility_config.
Instance Attribute Details
#action ⇒ Types::RuleAction
Returns the value of attribute action.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def action @action end |
#captcha_config ⇒ Types::CaptchaConfig
Returns the value of attribute captcha_config.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def captcha_config @captcha_config end |
#challenge_config ⇒ Types::ChallengeConfig
Returns the value of attribute challenge_config.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def challenge_config @challenge_config end |
#name ⇒ ::String
Returns the value of attribute name.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def name @name end |
#override_action ⇒ Types::OverrideAction
Returns the value of attribute override_action.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def override_action @override_action end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def priority @priority end |
#rule_labels ⇒ ::Array[Types::Label]
Returns the value of attribute rule_labels.
1537 1538 1539 |
# File 'sig/types.rbs', line 1537 def rule_labels @rule_labels end |
#statement ⇒ Types::Statement
Returns the value of attribute statement.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def statement @statement end |
#visibility_config ⇒ Types::VisibilityConfig
Returns the value of attribute visibility_config.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def visibility_config @visibility_config end |