Module: Aws::CodeCommit::Client::_GetFileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFileOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #blob_id ⇒ ::String
- #commit_id ⇒ ::String
- #file_content ⇒ ::String
- #file_mode ⇒ "EXECUTABLE", ...
- #file_path ⇒ ::String
- #file_size ⇒ ::Integer
Instance Method Details
#blob_id ⇒ ::String
534 |
# File 'sig/client.rbs', line 534
def blob_id: () -> ::String
|
#commit_id ⇒ ::String
533 |
# File 'sig/client.rbs', line 533
def commit_id: () -> ::String
|
#file_content ⇒ ::String
538 |
# File 'sig/client.rbs', line 538
def file_content: () -> ::String
|
#file_mode ⇒ "EXECUTABLE", ...
536 |
# File 'sig/client.rbs', line 536
def file_mode: () -> ("EXECUTABLE" | "NORMAL" | "SYMLINK")
|
#file_path ⇒ ::String
535 |
# File 'sig/client.rbs', line 535
def file_path: () -> ::String
|
#file_size ⇒ ::Integer
537 |
# File 'sig/client.rbs', line 537
def file_size: () -> ::Integer
|