Class: Aws::Types::PostCommentForPullRequestOutput
- Inherits:
-
Object
- Object
- Aws::Types::PostCommentForPullRequestOutput
- 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.
-
#comment ⇒ Types::Comment
Returns the value of attribute comment.
-
#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.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def after_blob_id @after_blob_id end |
#after_commit_id ⇒ ::String
Returns the value of attribute after_commit_id.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def after_commit_id @after_commit_id end |
#before_blob_id ⇒ ::String
Returns the value of attribute before_blob_id.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def before_blob_id @before_blob_id end |
#before_commit_id ⇒ ::String
Returns the value of attribute before_commit_id.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def before_commit_id @before_commit_id end |
#comment ⇒ Types::Comment
Returns the value of attribute comment.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def comment @comment end |
#location ⇒ Types::Location
Returns the value of attribute location.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def location @location end |
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def pull_request_id @pull_request_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def repository_name @repository_name end |