Class: Aws::NovaAct::Types::WorkflowRunSummary

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

Overview

Summary information about a workflow run, including execution status and timing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ended_atTime

The timestamp when the workflow run completed execution, if applicable.

Returns:

  • (Time)


1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1322

class WorkflowRunSummary < Struct.new(
  :workflow_run_arn,
  :workflow_run_id,
  :status,
  :started_at,
  :ended_at,
  :trace_location)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

The timestamp when the workflow run started execution.

Returns:

  • (Time)


1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1322

class WorkflowRunSummary < Struct.new(
  :workflow_run_arn,
  :workflow_run_id,
  :status,
  :started_at,
  :ended_at,
  :trace_location)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current execution status of the workflow run.

Returns:

  • (String)


1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1322

class WorkflowRunSummary < Struct.new(
  :workflow_run_arn,
  :workflow_run_id,
  :status,
  :started_at,
  :ended_at,
  :trace_location)
  SENSITIVE = []
  include Aws::Structure
end

#trace_locationTypes::TraceLocation

The location where trace information for this workflow run is stored.



1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1322

class WorkflowRunSummary < Struct.new(
  :workflow_run_arn,
  :workflow_run_id,
  :status,
  :started_at,
  :ended_at,
  :trace_location)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_run_arnString

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

Returns:

  • (String)


1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1322

class WorkflowRunSummary < Struct.new(
  :workflow_run_arn,
  :workflow_run_id,
  :status,
  :started_at,
  :ended_at,
  :trace_location)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_run_idString

The unique identifier of the workflow run.

Returns:

  • (String)


1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1322

class WorkflowRunSummary < Struct.new(
  :workflow_run_arn,
  :workflow_run_id,
  :status,
  :started_at,
  :ended_at,
  :trace_location)
  SENSITIVE = []
  include Aws::Structure
end