Class: Aws::Types::File
- Inherits:
-
Object
- Object
- Aws::Types::File
- 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.
-
#relative_path ⇒ ::String
Returns the value of attribute relative_path.
Instance Attribute Details
#absolute_path ⇒ ::String
Returns the value of attribute absolute_path.
667 668 669 |
# File 'sig/types.rbs', line 667 def absolute_path @absolute_path end |
#blob_id ⇒ ::String
Returns the value of attribute blob_id.
666 667 668 |
# File 'sig/types.rbs', line 666 def blob_id @blob_id end |
#file_mode ⇒ "EXECUTABLE", ...
Returns the value of attribute file_mode.
669 670 671 |
# File 'sig/types.rbs', line 669 def file_mode @file_mode end |
#relative_path ⇒ ::String
Returns the value of attribute relative_path.
668 669 670 |
# File 'sig/types.rbs', line 668 def relative_path @relative_path end |