Class: Aws::Types::UpdateSafetyRuleResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSafetyRuleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assertion_rule ⇒ Types::AssertionRule
Returns the value of attribute assertion_rule.
-
#gating_rule ⇒ Types::GatingRule
Returns the value of attribute gating_rule.
Instance Attribute Details
#assertion_rule ⇒ Types::AssertionRule
Returns the value of attribute assertion_rule.
416 417 418 |
# File 'sig/types.rbs', line 416 def assertion_rule @assertion_rule end |
#gating_rule ⇒ Types::GatingRule
Returns the value of attribute gating_rule.
417 418 419 |
# File 'sig/types.rbs', line 417 def gating_rule @gating_rule end |