Class: Aws::Types::GatingRuleUpdate
- Inherits:
-
Object
- Object
- Aws::Types::GatingRuleUpdate
- 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.
207 208 209 |
# File 'sig/types.rbs', line 207 def name @name end |
#safety_rule_arn ⇒ ::String
Returns the value of attribute safety_rule_arn.
208 209 210 |
# File 'sig/types.rbs', line 208 def safety_rule_arn @safety_rule_arn end |
#wait_period_ms ⇒ ::Integer
Returns the value of attribute wait_period_ms.
209 210 211 |
# File 'sig/types.rbs', line 209 def wait_period_ms @wait_period_ms end |