Class: Aws::SecurityAgent::Types::CodeReviewJobTaskSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::CodeReviewJobTaskSummary
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Contains summary information about a code review job task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier of the agent space.
-
#code_review_id ⇒ String
The unique identifier of the code review associated with the task.
-
#code_review_job_id ⇒ String
The unique identifier of the code review job that contains the task.
-
#created_at ⇒ Time
The date and time the task was created, in UTC format.
-
#execution_status ⇒ String
The current execution status of the task.
-
#risk_type ⇒ String
The type of security risk the task is testing for.
-
#task_id ⇒ String
The unique identifier of the task.
-
#title ⇒ String
The title of the task.
-
#updated_at ⇒ Time
The date and time the task was last updated, in UTC format.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the agent space.
1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1257 class CodeReviewJobTaskSummary < Struct.new( :task_id, :code_review_id, :code_review_job_id, :agent_space_id, :title, :risk_type, :execution_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#code_review_id ⇒ String
The unique identifier of the code review associated with the task.
1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1257 class CodeReviewJobTaskSummary < Struct.new( :task_id, :code_review_id, :code_review_job_id, :agent_space_id, :title, :risk_type, :execution_status, :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.
1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1257 class CodeReviewJobTaskSummary < Struct.new( :task_id, :code_review_id, :code_review_job_id, :agent_space_id, :title, :risk_type, :execution_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time the task was created, in UTC format.
1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1257 class CodeReviewJobTaskSummary < Struct.new( :task_id, :code_review_id, :code_review_job_id, :agent_space_id, :title, :risk_type, :execution_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#execution_status ⇒ String
The current execution status of the task.
1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1257 class CodeReviewJobTaskSummary < Struct.new( :task_id, :code_review_id, :code_review_job_id, :agent_space_id, :title, :risk_type, :execution_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#risk_type ⇒ String
The type of security risk the task is testing for.
1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1257 class CodeReviewJobTaskSummary < Struct.new( :task_id, :code_review_id, :code_review_job_id, :agent_space_id, :title, :risk_type, :execution_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The unique identifier of the task.
1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1257 class CodeReviewJobTaskSummary < Struct.new( :task_id, :code_review_id, :code_review_job_id, :agent_space_id, :title, :risk_type, :execution_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the task.
1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1257 class CodeReviewJobTaskSummary < Struct.new( :task_id, :code_review_id, :code_review_job_id, :agent_space_id, :title, :risk_type, :execution_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time the task was last updated, in UTC format.
1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1257 class CodeReviewJobTaskSummary < Struct.new( :task_id, :code_review_id, :code_review_job_id, :agent_space_id, :title, :risk_type, :execution_status, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |