Class: Aws::Types::GetFileOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetFileOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blob_id ⇒ ::String
Returns the value of attribute blob_id.
-
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
-
#file_content ⇒ ::String
Returns the value of attribute file_content.
-
#file_mode ⇒ "EXECUTABLE", ...
Returns the value of attribute file_mode.
-
#file_path ⇒ ::String
Returns the value of attribute file_path.
-
#file_size ⇒ ::Integer
Returns the value of attribute file_size.
Instance Attribute Details
#blob_id ⇒ ::String
Returns the value of attribute blob_id.
886 887 888 |
# File 'sig/types.rbs', line 886 def blob_id @blob_id end |
#commit_id ⇒ ::String
Returns the value of attribute commit_id.
885 886 887 |
# File 'sig/types.rbs', line 885 def commit_id @commit_id end |
#file_content ⇒ ::String
Returns the value of attribute file_content.
890 891 892 |
# File 'sig/types.rbs', line 890 def file_content @file_content end |
#file_mode ⇒ "EXECUTABLE", ...
Returns the value of attribute file_mode.
888 889 890 |
# File 'sig/types.rbs', line 888 def file_mode @file_mode end |
#file_path ⇒ ::String
Returns the value of attribute file_path.
887 888 889 |
# File 'sig/types.rbs', line 887 def file_path @file_path end |
#file_size ⇒ ::Integer
Returns the value of attribute file_size.
889 890 891 |
# File 'sig/types.rbs', line 889 def file_size @file_size end |