Class: Aws::Types::PostCommentForPullRequestInput
- Inherits:
-
Object
- Object
- Aws::Types::PostCommentForPullRequestInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after_commit_id ⇒ ::String
Returns the value of attribute after_commit_id.
-
#before_commit_id ⇒ ::String
Returns the value of attribute before_commit_id.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#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_commit_id ⇒ ::String
Returns the value of attribute after_commit_id.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def after_commit_id @after_commit_id end |
#before_commit_id ⇒ ::String
Returns the value of attribute before_commit_id.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def before_commit_id @before_commit_id end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def client_request_token @client_request_token end |
#content ⇒ ::String
Returns the value of attribute content.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def content @content end |
#location ⇒ Types::Location
Returns the value of attribute location.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def location @location end |
#pull_request_id ⇒ ::String
Returns the value of attribute pull_request_id.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def pull_request_id @pull_request_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def repository_name @repository_name end |