Class: Aws::Types::ManifestProperties
- Inherits:
-
Object
- Object
- Aws::Types::ManifestProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_system_location_name ⇒ ::String
Returns the value of attribute file_system_location_name.
-
#input_manifest_hash ⇒ ::String
Returns the value of attribute input_manifest_hash.
-
#input_manifest_path ⇒ ::String
Returns the value of attribute input_manifest_path.
-
#output_relative_directories ⇒ ::Array[::String]
Returns the value of attribute output_relative_directories.
-
#root_path ⇒ ::String
Returns the value of attribute root_path.
-
#root_path_format ⇒ "windows", "posix"
Returns the value of attribute root_path_format.
Instance Attribute Details
#file_system_location_name ⇒ ::String
Returns the value of attribute file_system_location_name.
2389 2390 2391 |
# File 'sig/types.rbs', line 2389 def file_system_location_name @file_system_location_name end |
#input_manifest_hash ⇒ ::String
Returns the value of attribute input_manifest_hash.
2394 2395 2396 |
# File 'sig/types.rbs', line 2394 def input_manifest_hash @input_manifest_hash end |
#input_manifest_path ⇒ ::String
Returns the value of attribute input_manifest_path.
2393 2394 2395 |
# File 'sig/types.rbs', line 2393 def input_manifest_path @input_manifest_path end |
#output_relative_directories ⇒ ::Array[::String]
Returns the value of attribute output_relative_directories.
2392 2393 2394 |
# File 'sig/types.rbs', line 2392 def output_relative_directories @output_relative_directories end |
#root_path ⇒ ::String
Returns the value of attribute root_path.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def root_path @root_path end |
#root_path_format ⇒ "windows", "posix"
Returns the value of attribute root_path_format.
2391 2392 2393 |
# File 'sig/types.rbs', line 2391 def root_path_format @root_path_format end |