Module: Aws::CodeCommit::Client::_GetCommentsForComparedCommitResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCommentsForComparedCommitOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #comments_for_compared_commit_data ⇒ ::Array[Types::CommentsForComparedCommit]
- #next_token ⇒ ::String
Instance Method Details
#comments_for_compared_commit_data ⇒ ::Array[Types::CommentsForComparedCommit]
474 |
# File 'sig/client.rbs', line 474
def comments_for_compared_commit_data: () -> ::Array[Types::CommentsForComparedCommit]
|
#next_token ⇒ ::String
475 |
# File 'sig/client.rbs', line 475
def next_token: () -> ::String
|