Module: Aws::CodeCommit::Client::_PostCommentForComparedCommitResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PostCommentForComparedCommitOutput]
- 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
- #repository_name ⇒ ::String
Instance Method Details
#after_blob_id ⇒ ::String
921 |
# File 'sig/client.rbs', line 921
def after_blob_id: () -> ::String
|
#after_commit_id ⇒ ::String
919 |
# File 'sig/client.rbs', line 919
def after_commit_id: () -> ::String
|
#before_blob_id ⇒ ::String
920 |
# File 'sig/client.rbs', line 920
def before_blob_id: () -> ::String
|
#before_commit_id ⇒ ::String
918 |
# File 'sig/client.rbs', line 918
def before_commit_id: () -> ::String
|
#location ⇒ Types::Location
922 |
# File 'sig/client.rbs', line 922
def location: () -> Types::Location
|
#repository_name ⇒ ::String
917 |
# File 'sig/client.rbs', line 917
def repository_name: () -> ::String
|