Class: Aws::Types::CommentsForComparedCommit
- Inherits:
-
Object
- Object
- Aws::Types::CommentsForComparedCommit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after_blob_id ⇒ ::String
Returns the value of attribute after_blob_id.
-
#after_commit_id ⇒ ::String
Returns the value of attribute after_commit_id.
-
#before_blob_id ⇒ ::String
Returns the value of attribute before_blob_id.
-
#before_commit_id ⇒ ::String
Returns the value of attribute before_commit_id.
-
#comments ⇒ ::Array[Types::Comment]
Returns the value of attribute comments.
-
#location ⇒ Types::Location
Returns the value of attribute location.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#after_blob_id ⇒ ::String
Returns the value of attribute after_blob_id.
290 291 292 |
# File 'sig/types.rbs', line 290 def after_blob_id @after_blob_id end |
#after_commit_id ⇒ ::String
Returns the value of attribute after_commit_id.
288 289 290 |
# File 'sig/types.rbs', line 288 def after_commit_id @after_commit_id end |
#before_blob_id ⇒ ::String
Returns the value of attribute before_blob_id.
289 290 291 |
# File 'sig/types.rbs', line 289 def before_blob_id @before_blob_id end |
#before_commit_id ⇒ ::String
Returns the value of attribute before_commit_id.
287 288 289 |
# File 'sig/types.rbs', line 287 def before_commit_id @before_commit_id end |
#comments ⇒ ::Array[Types::Comment]
Returns the value of attribute comments.
292 293 294 |
# File 'sig/types.rbs', line 292 def comments @comments end |
#location ⇒ Types::Location
Returns the value of attribute location.
291 292 293 |
# File 'sig/types.rbs', line 291 def location @location end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
286 287 288 |
# File 'sig/types.rbs', line 286 def repository_name @repository_name end |