Class: Aws::Types::StateTemplateUpdateStrategy
- Inherits:
-
Object
- Object
- Aws::Types::StateTemplateUpdateStrategy
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: OnChange, Periodic, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#on_change ⇒ Types::OnChangeStateTemplateUpdateStrategy
Returns the value of attribute on_change.
-
#periodic ⇒ Types::PeriodicStateTemplateUpdateStrategy
Returns the value of attribute periodic.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#on_change ⇒ Types::OnChangeStateTemplateUpdateStrategy
Returns the value of attribute on_change.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def on_change @on_change end |
#periodic ⇒ Types::PeriodicStateTemplateUpdateStrategy
Returns the value of attribute periodic.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def periodic @periodic end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def unknown @unknown end |