Class: Aws::DevOpsAgent::Types::Execution

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#agent_space_idString

The unique identifier for the agent space containing this execution

Returns:

  • (String)


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_taskString

The specific subtask being executed by the agent

Returns:

  • (String)


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_typeString

The type of agent that performed this execution.

Returns:

  • (String)


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_atTime

Timestamp when this execution was created

Returns:

  • (Time)


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_idString

The unique identifier for this execution

Returns:

  • (String)


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_statusString

The current status of this execution

Returns:

  • (String)


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_idString

The identifier of the parent execution, if this is a child execution

Returns:

  • (String)


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

#uidString

The unique identifier for the user session associated with this execution

Returns:

  • (String)


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_atTime

Timestamp when this execution was last updated

Returns:

  • (Time)


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