Class: Aws::Types::PostCommentForComparedCommitInput
- Inherits:
-
Object
- Object
- Aws::Types::PostCommentForComparedCommitInput
- 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.
-
#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.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def after_commit_id @after_commit_id end |
#before_commit_id ⇒ ::String
Returns the value of attribute before_commit_id.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def before_commit_id @before_commit_id end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def client_request_token @client_request_token end |
#content ⇒ ::String
Returns the value of attribute content.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def content @content end |
#location ⇒ Types::Location
Returns the value of attribute location.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def location @location end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1567 1568 1569 |
# File 'sig/types.rbs', line 1567 def repository_name @repository_name end |