Class: Aws::Types::SetFileModeEntry
- Inherits:
-
Object
- Object
- Aws::Types::SetFileModeEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_mode ⇒ "EXECUTABLE", ...
Returns the value of attribute file_mode.
-
#file_path ⇒ ::String
Returns the value of attribute file_path.
Instance Attribute Details
#file_mode ⇒ "EXECUTABLE", ...
Returns the value of attribute file_mode.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def file_mode @file_mode end |
#file_path ⇒ ::String
Returns the value of attribute file_path.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def file_path @file_path end |