Class: Aws::Types::AcceptRule
- Inherits:
-
Object
- Object
- Aws::Types::AcceptRule
- 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.
36 37 38 |
# File 'sig/types.rbs', line 36 def rule @rule end |
#threshold ⇒ ::Float
Returns the value of attribute threshold.
37 38 39 |
# File 'sig/types.rbs', line 37 def threshold @threshold end |