Class: Aws::Types::AssertionRuleUpdate
- Inherits:
-
Object
- Object
- Aws::Types::AssertionRuleUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#safety_rule_arn ⇒ ::String
Returns the value of attribute safety_rule_arn.
-
#wait_period_ms ⇒ ::Integer
Returns the value of attribute wait_period_ms.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
29 30 31 |
# File 'sig/types.rbs', line 29 def name @name end |
#safety_rule_arn ⇒ ::String
Returns the value of attribute safety_rule_arn.
30 31 32 |
# File 'sig/types.rbs', line 30 def safety_rule_arn @safety_rule_arn end |
#wait_period_ms ⇒ ::Integer
Returns the value of attribute wait_period_ms.
31 32 33 |
# File 'sig/types.rbs', line 31 def wait_period_ms @wait_period_ms end |