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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-mwaaserverless/types.rb', line 1187

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)


1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-mwaaserverless/types.rb', line 1187

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)


1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-mwaaserverless/types.rb', line 1187

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)


1187
1188
1189
1190
1191
1192
1193
1194
# File 'lib/aws-sdk-mwaaserverless/types.rb', line 1187

class StopWorkflowRunResponse < Struct.new(
  :workflow_arn,
  :workflow_version,
  :run_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end