Class: Aws::Types::DashAdditionalManifest
- Inherits:
-
Object
- Object
- Aws::Types::DashAdditionalManifest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#manifest_name_modifier ⇒ ::String
Returns the value of attribute manifest_name_modifier.
-
#selected_outputs ⇒ ::Array[::String]
Returns the value of attribute selected_outputs.
Instance Attribute Details
#manifest_name_modifier ⇒ ::String
Returns the value of attribute manifest_name_modifier.
638 639 640 |
# File 'sig/types.rbs', line 638 def manifest_name_modifier @manifest_name_modifier end |
#selected_outputs ⇒ ::Array[::String]
Returns the value of attribute selected_outputs.
639 640 641 |
# File 'sig/types.rbs', line 639 def selected_outputs @selected_outputs end |