Class: Aws::SecurityAgent::Types::StartCodeReviewJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::StartCodeReviewJobOutput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Output for the StartCodeReviewJob operation.
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.
-
#code_review_job_id ⇒ String
The unique identifier of the started code review job.
-
#created_at ⇒ Time
The date and time the code review job was created, in UTC format.
-
#status ⇒ String
The current status of the code review job.
-
#title ⇒ String
The title of the code review job.
-
#updated_at ⇒ Time
The date and time the code review job was last updated, in UTC format.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the agent space.
4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4359 class StartCodeReviewJobOutput < Struct.new( :title, :status, :created_at, :updated_at, :code_review_id, :code_review_job_id, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#code_review_id ⇒ String
The unique identifier of the code review.
4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4359 class StartCodeReviewJobOutput < Struct.new( :title, :status, :created_at, :updated_at, :code_review_id, :code_review_job_id, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#code_review_job_id ⇒ String
The unique identifier of the started code review job.
4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4359 class StartCodeReviewJobOutput < Struct.new( :title, :status, :created_at, :updated_at, :code_review_id, :code_review_job_id, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time the code review job was created, in UTC format.
4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4359 class StartCodeReviewJobOutput < Struct.new( :title, :status, :created_at, :updated_at, :code_review_id, :code_review_job_id, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the code review job.
4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4359 class StartCodeReviewJobOutput < Struct.new( :title, :status, :created_at, :updated_at, :code_review_id, :code_review_job_id, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the code review job.
4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4359 class StartCodeReviewJobOutput < Struct.new( :title, :status, :created_at, :updated_at, :code_review_id, :code_review_job_id, :agent_space_id) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time the code review job was last updated, in UTC format.
4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4359 class StartCodeReviewJobOutput < Struct.new( :title, :status, :created_at, :updated_at, :code_review_id, :code_review_job_id, :agent_space_id) SENSITIVE = [] include Aws::Structure end |