Class: Aws::Types::CreateSafetyRuleResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateSafetyRuleResponse
- 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.
115 116 117 |
# File 'sig/types.rbs', line 115 def assertion_rule @assertion_rule end |
#gating_rule ⇒ Types::GatingRule
Returns the value of attribute gating_rule.
116 117 118 |
# File 'sig/types.rbs', line 116 def gating_rule @gating_rule end |