Class: Aws::Types::DescribeSafetyRuleResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSafetyRuleResponse
- 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.
188 189 190 |
# File 'sig/types.rbs', line 188 def assertion_rule @assertion_rule end |
#gating_rule ⇒ Types::GatingRule
Returns the value of attribute gating_rule.
189 190 191 |
# File 'sig/types.rbs', line 189 def gating_rule @gating_rule end |