Class: Aws::Types::FileMetadata
- Inherits:
-
Object
- Object
- Aws::Types::FileMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#absolute_path ⇒ ::String
Returns the value of attribute absolute_path.
-
#blob_id ⇒ ::String
Returns the value of attribute blob_id.
-
#file_mode ⇒ "EXECUTABLE", ...
Returns the value of attribute file_mode.
Instance Attribute Details
#absolute_path ⇒ ::String
Returns the value of attribute absolute_path.
689 690 691 |
# File 'sig/types.rbs', line 689 def absolute_path @absolute_path end |
#blob_id ⇒ ::String
Returns the value of attribute blob_id.
690 691 692 |
# File 'sig/types.rbs', line 690 def blob_id @blob_id end |
#file_mode ⇒ "EXECUTABLE", ...
Returns the value of attribute file_mode.
691 692 693 |
# File 'sig/types.rbs', line 691 def file_mode @file_mode end |