Class: Aws::DevOpsAgent::Types::Execution
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::Execution
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Represents an execution instance with its lifecycle information
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier for the agent space containing this execution.
-
#agent_sub_task ⇒ String
The specific subtask being executed by the agent.
-
#agent_type ⇒ String
The type of agent that performed this execution.
-
#created_at ⇒ Time
Timestamp when this execution was created.
-
#execution_id ⇒ String
The unique identifier for this execution.
-
#execution_status ⇒ String
The current status of this execution.
-
#parent_execution_id ⇒ String
The identifier of the parent execution, if this is a child execution.
-
#uid ⇒ String
The unique identifier for the user session associated with this execution.
-
#updated_at ⇒ Time
Timestamp when this execution was last updated.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier for the agent space containing this execution
1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1192 class Execution < Struct.new( :agent_space_id, :execution_id, :parent_execution_id, :agent_sub_task, :created_at, :updated_at, :execution_status, :agent_type, :uid) SENSITIVE = [] include Aws::Structure end |
#agent_sub_task ⇒ String
The specific subtask being executed by the agent
1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1192 class Execution < Struct.new( :agent_space_id, :execution_id, :parent_execution_id, :agent_sub_task, :created_at, :updated_at, :execution_status, :agent_type, :uid) SENSITIVE = [] include Aws::Structure end |
#agent_type ⇒ String
The type of agent that performed this execution.
1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1192 class Execution < Struct.new( :agent_space_id, :execution_id, :parent_execution_id, :agent_sub_task, :created_at, :updated_at, :execution_status, :agent_type, :uid) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Timestamp when this execution was created
1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1192 class Execution < Struct.new( :agent_space_id, :execution_id, :parent_execution_id, :agent_sub_task, :created_at, :updated_at, :execution_status, :agent_type, :uid) SENSITIVE = [] include Aws::Structure end |
#execution_id ⇒ String
The unique identifier for this execution
1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1192 class Execution < Struct.new( :agent_space_id, :execution_id, :parent_execution_id, :agent_sub_task, :created_at, :updated_at, :execution_status, :agent_type, :uid) SENSITIVE = [] include Aws::Structure end |
#execution_status ⇒ String
The current status of this execution
1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1192 class Execution < Struct.new( :agent_space_id, :execution_id, :parent_execution_id, :agent_sub_task, :created_at, :updated_at, :execution_status, :agent_type, :uid) SENSITIVE = [] include Aws::Structure end |
#parent_execution_id ⇒ String
The identifier of the parent execution, if this is a child execution
1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1192 class Execution < Struct.new( :agent_space_id, :execution_id, :parent_execution_id, :agent_sub_task, :created_at, :updated_at, :execution_status, :agent_type, :uid) SENSITIVE = [] include Aws::Structure end |
#uid ⇒ String
The unique identifier for the user session associated with this execution
1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1192 class Execution < Struct.new( :agent_space_id, :execution_id, :parent_execution_id, :agent_sub_task, :created_at, :updated_at, :execution_status, :agent_type, :uid) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Timestamp when this execution was last updated
1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 1192 class Execution < Struct.new( :agent_space_id, :execution_id, :parent_execution_id, :agent_sub_task, :created_at, :updated_at, :execution_status, :agent_type, :uid) SENSITIVE = [] include Aws::Structure end |