Class: Aws::Types::CommentsForPullRequest
- Inherits:
-
Object
- Object
- Aws::Types::CommentsForPullRequest
- 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.
-
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
-
#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.
302 303 304 |
# File 'sig/types.rbs', line 302 def after_blob_id @after_blob_id end |
#after_commit_id ⇒ ::String
Returns the value of attribute after_commit_id.
300 301 302 |
# File 'sig/types.rbs', line 300 def after_commit_id @after_commit_id end |
#before_blob_id ⇒ ::String
Returns the value of attribute before_blob_id.
301 302 303 |
# File 'sig/types.rbs', line 301 def before_blob_id @before_blob_id end |
#before_commit_id ⇒ ::String
Returns the value of attribute before_commit_id.
299 300 301 |
# File 'sig/types.rbs', line 299 def before_commit_id @before_commit_id end |
#comments ⇒ ::Array[Types::Comment]
Returns the value of attribute comments.
304 305 306 |
# File 'sig/types.rbs', line 304 def comments @comments end |
#location ⇒ Types::Location
Returns the value of attribute location.
303 304 305 |
# File 'sig/types.rbs', line 303 def location @location end |
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
297 298 299 |
# File 'sig/types.rbs', line 297 def pull_request_id @pull_request_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
298 299 300 |
# File 'sig/types.rbs', line 298 def repository_name @repository_name end |