Class: Aws::SecurityAgent::Types::CodeReviewSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::CodeReviewSummary
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Contains summary information about a code review.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The unique identifier of the agent space that contains the code review.
-
#code_review_id ⇒ String
The unique identifier of the code review.
-
#created_at ⇒ Time
The date and time the code review was created, in UTC format.
-
#title ⇒ String
The title of the code review.
-
#updated_at ⇒ Time
The date and time the code review was last updated, in UTC format.
Instance Attribute Details
#agent_space_id ⇒ String
The unique identifier of the agent space that contains the code review.
1317 1318 1319 1320 1321 1322 1323 1324 1325 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1317 class CodeReviewSummary < Struct.new( :code_review_id, :agent_space_id, :title, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#code_review_id ⇒ String
The unique identifier of the code review.
1317 1318 1319 1320 1321 1322 1323 1324 1325 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1317 class CodeReviewSummary < Struct.new( :code_review_id, :agent_space_id, :title, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time the code review was created, in UTC format.
1317 1318 1319 1320 1321 1322 1323 1324 1325 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1317 class CodeReviewSummary < Struct.new( :code_review_id, :agent_space_id, :title, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the code review.
1317 1318 1319 1320 1321 1322 1323 1324 1325 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1317 class CodeReviewSummary < Struct.new( :code_review_id, :agent_space_id, :title, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time the code review was last updated, in UTC format.
1317 1318 1319 1320 1321 1322 1323 1324 1325 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1317 class CodeReviewSummary < Struct.new( :code_review_id, :agent_space_id, :title, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |