Class: Aws::Types::TaskRunManifestPropertiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::TaskRunManifestPropertiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#output_manifest_hash ⇒ ::String
Returns the value of attribute output_manifest_hash.
-
#output_manifest_path ⇒ ::String
Returns the value of attribute output_manifest_path.
Instance Attribute Details
#output_manifest_hash ⇒ ::String
Returns the value of attribute output_manifest_hash.
3073 3074 3075 |
# File 'sig/types.rbs', line 3073 def output_manifest_hash @output_manifest_hash end |
#output_manifest_path ⇒ ::String
Returns the value of attribute output_manifest_path.
3072 3073 3074 |
# File 'sig/types.rbs', line 3072 def output_manifest_path @output_manifest_path end |