Module: Aws::CodeCommit::Client::_PostCommentForPullRequestResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PostCommentForPullRequestOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #after_blob_id ⇒ ::String
- #after_commit_id ⇒ ::String
- #before_blob_id ⇒ ::String
- #before_commit_id ⇒ ::String
- #comment ⇒ Types::Comment
- #location ⇒ Types::Location
- #pull_request_id ⇒ ::String
- #repository_name ⇒ ::String
Instance Method Details
#after_blob_id ⇒ ::String
927 |
# File 'sig/client.rbs', line 927
def after_blob_id: () -> ::String
|
#after_commit_id ⇒ ::String
925 |
# File 'sig/client.rbs', line 925
def after_commit_id: () -> ::String
|
#before_blob_id ⇒ ::String
926 |
# File 'sig/client.rbs', line 926
def before_blob_id: () -> ::String
|
#before_commit_id ⇒ ::String
924 |
# File 'sig/client.rbs', line 924
def before_commit_id: () -> ::String
|
#location ⇒ Types::Location
928 |
# File 'sig/client.rbs', line 928
def location: () -> Types::Location
|
#pull_request_id ⇒ ::String
923 |
# File 'sig/client.rbs', line 923
def pull_request_id: () -> ::String
|
#repository_name ⇒ ::String
922 |
# File 'sig/client.rbs', line 922
def repository_name: () -> ::String
|