Class: Aws::Types::SendWorkflowStepActionResponse
- Inherits:
-
Object
- Object
- Aws::Types::SendWorkflowStepActionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
-
#step_execution_id ⇒ ::String
Returns the value of attribute step_execution_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1957 1958 1959 |
# File 'sig/types.rbs', line 1957 def client_token @client_token end |
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
1956 1957 1958 |
# File 'sig/types.rbs', line 1956 def image_build_version_arn @image_build_version_arn end |
#step_execution_id ⇒ ::String
Returns the value of attribute step_execution_id.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def step_execution_id @step_execution_id end |