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_id ⇒ String

The unique identifier of the agent space.

Returns:

  • (String)


1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1895

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

#categories ⇒ Array<Types::Category>

The list of categories assigned to the task.

Returns:



1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1895

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_id ⇒ String

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

Returns:

  • (String)


1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1895

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_id ⇒ String

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

Returns:

  • (String)


1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1895

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_at ⇒ Time

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

Returns:

  • (Time)


1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1895

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

#description ⇒ String

A description of the task.

Returns:

  • (String)


1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1895

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_status ⇒ String

The current execution status of the task.

Returns:

  • (String)


1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1895

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_location ⇒ Types::LogLocation

The location of the task execution logs.

Returns:



1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1895

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_type ⇒ String

The type of security risk the task is testing for.

Returns:

  • (String)


1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1895

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_id ⇒ String

The unique identifier of the task.

Returns:

  • (String)


1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1895

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

#title ⇒ String

The title of the task.

Returns:

  • (String)


1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1895

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_at ⇒ Time

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

Returns:

  • (Time)


1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1895

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