Class: Aws::Types::StartCodeReviewJobInput
- Inherits:
-
Object
- Object
- Aws::Types::StartCodeReviewJobInput
- 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.
-
#diff_source ⇒ Types::DiffSource
Returns the value of attribute diff_source.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
1920 1921 1922 |
# File 'sig/types.rbs', line 1920 def agent_space_id @agent_space_id end |
#code_review_id ⇒ ::String
Returns the value of attribute code_review_id.
1921 1922 1923 |
# File 'sig/types.rbs', line 1921 def code_review_id @code_review_id end |
#diff_source ⇒ Types::DiffSource
Returns the value of attribute diff_source.
1922 1923 1924 |
# File 'sig/types.rbs', line 1922 def diff_source @diff_source end |