Class: Aws::NovaAct::Types::ActSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::NovaAct::Types::ActSummary
- 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
-
#act_id ⇒ String
The unique identifier of the act.
-
#ended_at ⇒ Time
The timestamp when the act completed execution, if applicable.
-
#session_id ⇒ String
The unique identifier of the session containing this act.
-
#started_at ⇒ Time
The timestamp when the act started execution.
-
#status ⇒ String
The current execution status of the act.
-
#trace_location ⇒ Types::TraceLocation
The location where trace information for this act is stored.
-
#workflow_run_id ⇒ String
The unique identifier of the workflow run containing this act.
Instance Attribute Details
#act_id ⇒ String
The unique identifier of the act.
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_at ⇒ Time
The timestamp when the act completed execution, if applicable.
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_id ⇒ String
The unique identifier of the session containing this act.
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_at ⇒ Time
The timestamp when the act started execution.
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 |
#status ⇒ String
The current execution status of the act.
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_location ⇒ Types::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_id ⇒ String
The unique identifier of the workflow run containing this act.
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 |