Class: Aws::Types::WorkflowExecutionTerminatedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowExecutionTerminatedEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cause ⇒ "CHILD_POLICY_APPLIED", ...
Returns the value of attribute cause.
-
#child_policy ⇒ "TERMINATE", ...
Returns the value of attribute child_policy.
-
#details ⇒ ::String
Returns the value of attribute details.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#cause ⇒ "CHILD_POLICY_APPLIED", ...
Returns the value of attribute cause.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def cause @cause end |
#child_policy ⇒ "TERMINATE", ...
Returns the value of attribute child_policy.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def child_policy @child_policy end |
#details ⇒ ::String
Returns the value of attribute details.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def details @details end |
#reason ⇒ ::String
Returns the value of attribute reason.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def reason @reason end |