Class: Aws::Types::CodeReviewJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::CodeReviewJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_review_id ⇒ ::String
Returns the value of attribute code_review_id.
-
#code_review_job_id ⇒ ::String
Returns the value of attribute code_review_job_id.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#code_review_id ⇒ ::String
Returns the value of attribute code_review_id.
490 491 492 |
# File 'sig/types.rbs', line 490 def code_review_id @code_review_id end |
#code_review_job_id ⇒ ::String
Returns the value of attribute code_review_job_id.
489 490 491 |
# File 'sig/types.rbs', line 489 def code_review_job_id @code_review_job_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
493 494 495 |
# File 'sig/types.rbs', line 493 def created_at @created_at end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
492 493 494 |
# File 'sig/types.rbs', line 492 def status @status end |
#title ⇒ ::String
Returns the value of attribute title.
491 492 493 |
# File 'sig/types.rbs', line 491 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
494 495 496 |
# File 'sig/types.rbs', line 494 def updated_at @updated_at end |