Class: Aws::Types::RejectRule
- Inherits:
-
Object
- Object
- Aws::Types::RejectRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rule ⇒ "ALL", "NONE"
Returns the value of attribute rule.
-
#threshold ⇒ ::Float
Returns the value of attribute threshold.
Instance Attribute Details
#rule ⇒ "ALL", "NONE"
Returns the value of attribute rule.
5262 5263 5264 |
# File 'sig/types.rbs', line 5262 def rule @rule end |
#threshold ⇒ ::Float
Returns the value of attribute threshold.
5263 5264 5265 |
# File 'sig/types.rbs', line 5263 def threshold @threshold end |