Class: Aws::Types::JobManifest
- Inherits:
-
Object
- Object
- Aws::Types::JobManifest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location ⇒ Types::JobManifestLocation
Returns the value of attribute location.
-
#spec ⇒ Types::JobManifestSpec
Returns the value of attribute spec.
Instance Attribute Details
#location ⇒ Types::JobManifestLocation
Returns the value of attribute location.
958 959 960 |
# File 'sig/types.rbs', line 958 def location @location end |
#spec ⇒ Types::JobManifestSpec
Returns the value of attribute spec.
957 958 959 |
# File 'sig/types.rbs', line 957 def spec @spec end |