Class: Aws::Types::SendWorkflowStepActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendWorkflowStepActionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "RESUME", "STOP"
Returns the value of attribute action.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#step_execution_id ⇒ ::String
Returns the value of attribute step_execution_id.
Instance Attribute Details
#action ⇒ "RESUME", "STOP"
Returns the value of attribute action.
1948 1949 1950 |
# File 'sig/types.rbs', line 1948 def action @action end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1950 1951 1952 |
# File 'sig/types.rbs', line 1950 def client_token @client_token end |
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
1947 1948 1949 |
# File 'sig/types.rbs', line 1947 def image_build_version_arn @image_build_version_arn end |
#reason ⇒ ::String
Returns the value of attribute reason.
1949 1950 1951 |
# File 'sig/types.rbs', line 1949 def reason @reason end |
#step_execution_id ⇒ ::String
Returns the value of attribute step_execution_id.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def step_execution_id @step_execution_id end |