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.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def agent_space_id @agent_space_id end |
#code_review_id ⇒ ::String
Returns the value of attribute code_review_id.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def code_review_id @code_review_id end |
#code_review_job_id ⇒ ::String
Returns the value of attribute code_review_job_id.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def code_review_job_id @code_review_job_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1927 1928 1929 |
# File 'sig/types.rbs', line 1927 def created_at @created_at end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
1926 1927 1928 |
# File 'sig/types.rbs', line 1926 def status @status end |
#title ⇒ ::String
Returns the value of attribute title.
1925 1926 1927 |
# File 'sig/types.rbs', line 1925 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1928 1929 1930 |
# File 'sig/types.rbs', line 1928 def updated_at @updated_at end |