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
947 |
# File 'sig/client.rbs', line 947
def after_blob_id: () -> ::String
|
#after_commit_id ⇒ ::String
945 |
# File 'sig/client.rbs', line 945
def after_commit_id: () -> ::String
|
#before_blob_id ⇒ ::String
946 |
# File 'sig/client.rbs', line 946
def before_blob_id: () -> ::String
|
#before_commit_id ⇒ ::String
944 |
# File 'sig/client.rbs', line 944
def before_commit_id: () -> ::String
|
#location ⇒ Types::Location
948 |
# File 'sig/client.rbs', line 948
def location: () -> Types::Location
|
#pull_request_id ⇒ ::String
943 |
# File 'sig/client.rbs', line 943
def pull_request_id: () -> ::String
|
#repository_name ⇒ ::String
942 |
# File 'sig/client.rbs', line 942
def repository_name: () -> ::String
|