Class: Aws::Types::PutFileEntry
- Inherits:
-
Object
- Object
- Aws::Types::PutFileEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#source_file ⇒ Types::SourceFileSpecifier
Returns the value of attribute source_file.
Instance Attribute Details
#file_content ⇒ ::String
Returns the value of attribute file_content.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def file_content @file_content end |
#file_mode ⇒ "EXECUTABLE", ...
Returns the value of attribute file_mode.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def file_mode @file_mode end |
#file_path ⇒ ::String
Returns the value of attribute file_path.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def file_path @file_path end |
#source_file ⇒ Types::SourceFileSpecifier
Returns the value of attribute source_file.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def source_file @source_file end |