Class: Aws::Types::StartCodeReviewJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::StartCodeReviewJobOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#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
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def agent_space_id @agent_space_id end |
#code_review_id ⇒ ::String
Returns the value of attribute code_review_id.
1942 1943 1944 |
# File 'sig/types.rbs', line 1942 def code_review_id @code_review_id end |
#code_review_job_id ⇒ ::String
Returns the value of attribute code_review_job_id.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def code_review_job_id @code_review_job_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1940 1941 1942 |
# File 'sig/types.rbs', line 1940 def created_at @created_at end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def status @status end |
#title ⇒ ::String
Returns the value of attribute title.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1941 1942 1943 |
# File 'sig/types.rbs', line 1941 def updated_at @updated_at end |