Class: Aws::Types::ReplaceContentEntry
- Inherits:
-
Object
- Object
- Aws::Types::ReplaceContentEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#file_mode ⇒ "EXECUTABLE", ...
Returns the value of attribute file_mode.
-
#file_path ⇒ ::String
Returns the value of attribute file_path.
-
#replacement_type ⇒ "KEEP_BASE", ...
Returns the value of attribute replacement_type.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def content @content end |
#file_mode ⇒ "EXECUTABLE", ...
Returns the value of attribute file_mode.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def file_mode @file_mode end |
#file_path ⇒ ::String
Returns the value of attribute file_path.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def file_path @file_path end |
#replacement_type ⇒ "KEEP_BASE", ...
Returns the value of attribute replacement_type.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def replacement_type @replacement_type end |