Class: Aws::Types::SendWorkflowStepStateRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendWorkflowStepStateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#status ⇒ "SUCCESS", "FAILURE"
Returns the value of attribute status.
-
#token ⇒ ::String
Returns the value of attribute token.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def execution_id @execution_id end |
#status ⇒ "SUCCESS", "FAILURE"
Returns the value of attribute status.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def status @status end |
#token ⇒ ::String
Returns the value of attribute token.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def token @token end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def workflow_id @workflow_id end |