Class: Aws::Types::Rule
- Inherits:
-
Object
- Object
- Aws::Types::Rule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assertion ⇒ Types::AssertionRule
Returns the value of attribute assertion.
-
#gating ⇒ Types::GatingRule
Returns the value of attribute gating.
Instance Attribute Details
#assertion ⇒ Types::AssertionRule
Returns the value of attribute assertion.
336 337 338 |
# File 'sig/types.rbs', line 336 def assertion @assertion end |
#gating ⇒ Types::GatingRule
Returns the value of attribute gating.
337 338 339 |
# File 'sig/types.rbs', line 337 def gating @gating end |