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
901 |
# File 'sig/client.rbs', line 901
def after_blob_id: () -> ::String
|
#after_commit_id ⇒ ::String
899 |
# File 'sig/client.rbs', line 899
def after_commit_id: () -> ::String
|
#before_blob_id ⇒ ::String
900 |
# File 'sig/client.rbs', line 900
def before_blob_id: () -> ::String
|
#before_commit_id ⇒ ::String
898 |
# File 'sig/client.rbs', line 898
def before_commit_id: () -> ::String
|
#location ⇒ Types::Location
902 |
# File 'sig/client.rbs', line 902
def location: () -> Types::Location
|
#repository_name ⇒ ::String
897 |
# File 'sig/client.rbs', line 897
def repository_name: () -> ::String
|