Module: Aws::CodeCommit::Client::_GetBlobDifferencesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBlobDifferencesOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #after_blob_size ⇒ ::Integer
- #before_blob_size ⇒ ::Integer
- #hunks ⇒ ::Array[Types::DiffHunk]
- #is_binary ⇒ Boolean
- #next_token ⇒ ::String
Instance Method Details
#after_blob_size ⇒ ::Integer
442 |
# File 'sig/client.rbs', line 442
def after_blob_size: () -> ::Integer
|
#before_blob_size ⇒ ::Integer
441 |
# File 'sig/client.rbs', line 441
def before_blob_size: () -> ::Integer
|
#hunks ⇒ ::Array[Types::DiffHunk]
439 |
# File 'sig/client.rbs', line 439
def hunks: () -> ::Array[Types::DiffHunk]
|
#is_binary ⇒ Boolean
440 |
# File 'sig/client.rbs', line 440
def is_binary: () -> bool
|
#next_token ⇒ ::String
443 |
# File 'sig/client.rbs', line 443
def next_token: () -> ::String
|