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
554 |
# File 'sig/client.rbs', line 554
def blob_id: () -> ::String
|
#commit_id ⇒ ::String
553 |
# File 'sig/client.rbs', line 553
def commit_id: () -> ::String
|
#file_content ⇒ ::String
558 |
# File 'sig/client.rbs', line 558
def file_content: () -> ::String
|
#file_mode ⇒ "EXECUTABLE", ...
556 |
# File 'sig/client.rbs', line 556
def file_mode: () -> ("EXECUTABLE" | "NORMAL" | "SYMLINK")
|
#file_path ⇒ ::String
555 |
# File 'sig/client.rbs', line 555
def file_path: () -> ::String
|
#file_size ⇒ ::Integer
557 |
# File 'sig/client.rbs', line 557
def file_size: () -> ::Integer
|