Class: Aws::MWAAServerless::Types::StopWorkflowRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAAServerless::Types::StopWorkflowRunResponse
- Defined in:
- gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#run_id ⇒ String
The unique identifier of the stopped workflow run.
-
#status ⇒ String
The status of the workflow run after the stop operation.
-
#workflow_arn ⇒ String
The Amazon Resource Name (ARN) of the workflow that contains the stopped run.
-
#workflow_version ⇒ String
The version of the workflow that was stopped.
Instance Attribute Details
#run_id ⇒ String
The unique identifier of the stopped workflow run.
1117 1118 1119 1120 1121 1122 1123 1124 |
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1117 class StopWorkflowRunResponse < Struct.new( :workflow_arn, :workflow_version, :run_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the workflow run after the stop operation. This is
typically STOPPING or STOPPED.
1117 1118 1119 1120 1121 1122 1123 1124 |
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1117 class StopWorkflowRunResponse < Struct.new( :workflow_arn, :workflow_version, :run_id, :status) SENSITIVE = [] include Aws::Structure end |
#workflow_arn ⇒ String
The Amazon Resource Name (ARN) of the workflow that contains the stopped run.
1117 1118 1119 1120 1121 1122 1123 1124 |
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1117 class StopWorkflowRunResponse < Struct.new( :workflow_arn, :workflow_version, :run_id, :status) SENSITIVE = [] include Aws::Structure end |
#workflow_version ⇒ String
The version of the workflow that was stopped.
1117 1118 1119 1120 1121 1122 1123 1124 |
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1117 class StopWorkflowRunResponse < Struct.new( :workflow_arn, :workflow_version, :run_id, :status) SENSITIVE = [] include Aws::Structure end |