Class: Aws::SecurityAgent::Types::CodeReviewJobTask

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

Overview

Represents an individual security test task within a code review job. Each task targets a specific risk type and executes independently.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

The unique identifier of the agent space.

Returns:

  • (String)


1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1200

class CodeReviewJobTask < Struct.new(
  :task_id,
  :code_review_id,
  :code_review_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#categoriesArray<Types::Category>

The list of categories assigned to the task.

Returns:



1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1200

class CodeReviewJobTask < Struct.new(
  :task_id,
  :code_review_id,
  :code_review_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#code_review_idString

The unique identifier of the code review associated with the task.

Returns:

  • (String)


1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1200

class CodeReviewJobTask < Struct.new(
  :task_id,
  :code_review_id,
  :code_review_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#code_review_job_idString

The unique identifier of the code review job that contains the task.

Returns:

  • (String)


1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1200

class CodeReviewJobTask < Struct.new(
  :task_id,
  :code_review_id,
  :code_review_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time the task was created, in UTC format.

Returns:

  • (Time)


1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1200

class CodeReviewJobTask < Struct.new(
  :task_id,
  :code_review_id,
  :code_review_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the task.

Returns:

  • (String)


1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1200

class CodeReviewJobTask < Struct.new(
  :task_id,
  :code_review_id,
  :code_review_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#execution_statusString

The current execution status of the task.

Returns:

  • (String)


1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1200

class CodeReviewJobTask < Struct.new(
  :task_id,
  :code_review_id,
  :code_review_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#logs_locationTypes::LogLocation

The location of the task execution logs.

Returns:



1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1200

class CodeReviewJobTask < Struct.new(
  :task_id,
  :code_review_id,
  :code_review_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#risk_typeString

The type of security risk the task is testing for.

Returns:

  • (String)


1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1200

class CodeReviewJobTask < Struct.new(
  :task_id,
  :code_review_id,
  :code_review_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#task_idString

The unique identifier of the task.

Returns:

  • (String)


1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1200

class CodeReviewJobTask < Struct.new(
  :task_id,
  :code_review_id,
  :code_review_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The title of the task.

Returns:

  • (String)


1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1200

class CodeReviewJobTask < Struct.new(
  :task_id,
  :code_review_id,
  :code_review_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time the task was last updated, in UTC format.

Returns:

  • (Time)


1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1200

class CodeReviewJobTask < Struct.new(
  :task_id,
  :code_review_id,
  :code_review_job_id,
  :agent_space_id,
  :title,
  :description,
  :categories,
  :risk_type,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end