Class: Aws::Types::CodeReviewSummary
- Inherits:
-
Object
- Object
- Aws::Types::CodeReviewSummary
- 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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
535 536 537 |
# File 'sig/types.rbs', line 535 def agent_space_id @agent_space_id end |
#code_review_id ⇒ ::String
Returns the value of attribute code_review_id.
534 535 536 |
# File 'sig/types.rbs', line 534 def code_review_id @code_review_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
537 538 539 |
# File 'sig/types.rbs', line 537 def created_at @created_at end |
#title ⇒ ::String
Returns the value of attribute title.
536 537 538 |
# File 'sig/types.rbs', line 536 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
538 539 540 |
# File 'sig/types.rbs', line 538 def updated_at @updated_at end |