Class: Aws::Types::UpdateSafetyRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSafetyRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assertion_rule_update ⇒ Types::AssertionRuleUpdate
Returns the value of attribute assertion_rule_update.
-
#gating_rule_update ⇒ Types::GatingRuleUpdate
Returns the value of attribute gating_rule_update.
Instance Attribute Details
#assertion_rule_update ⇒ Types::AssertionRuleUpdate
Returns the value of attribute assertion_rule_update.
410 411 412 |
# File 'sig/types.rbs', line 410 def assertion_rule_update @assertion_rule_update end |
#gating_rule_update ⇒ Types::GatingRuleUpdate
Returns the value of attribute gating_rule_update.
411 412 413 |
# File 'sig/types.rbs', line 411 def gating_rule_update @gating_rule_update end |