Class: Aws::MWAAServerless::Types::StopWorkflowRunResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#run_idString

The unique identifier of the stopped workflow run.

Returns:

  • (String)


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

#statusString

The status of the workflow run after the stop operation. This is typically STOPPING or STOPPED.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the workflow that contains the stopped run.

Returns:

  • (String)


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_versionString

The version of the workflow that was stopped.

Returns:

  • (String)


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