Class: Aws::NovaAct::Types::ActSummary

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

Overview

Summary information about an act, including its status and execution timing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#act_idString

The unique identifier of the act.

Returns:

  • (String)


80
81
82
83
84
85
86
87
88
89
90
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 80

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

#ended_atTime

The timestamp when the act completed execution, if applicable.

Returns:

  • (Time)


80
81
82
83
84
85
86
87
88
89
90
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 80

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

#session_idString

The unique identifier of the session containing this act.

Returns:

  • (String)


80
81
82
83
84
85
86
87
88
89
90
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 80

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

#started_atTime

The timestamp when the act started execution.

Returns:

  • (Time)


80
81
82
83
84
85
86
87
88
89
90
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 80

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

#statusString

The current execution status of the act.

Returns:

  • (String)


80
81
82
83
84
85
86
87
88
89
90
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 80

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

#trace_locationTypes::TraceLocation

The location where trace information for this act is stored.



80
81
82
83
84
85
86
87
88
89
90
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 80

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

#workflow_run_idString

The unique identifier of the workflow run containing this act.

Returns:

  • (String)


80
81
82
83
84
85
86
87
88
89
90
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 80

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