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.
557 558 559 |
# File 'sig/types.rbs', line 557 def agent_space_id @agent_space_id end |
#code_review_id ⇒ ::String
Returns the value of attribute code_review_id.
556 557 558 |
# File 'sig/types.rbs', line 556 def code_review_id @code_review_id end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
559 560 561 |
# File 'sig/types.rbs', line 559 def created_at @created_at end |
#title ⇒ ::String
Returns the value of attribute title.
558 559 560 |
# File 'sig/types.rbs', line 558 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
560 561 562 |
# File 'sig/types.rbs', line 560 def updated_at @updated_at end |