Class: Aws::Types::InitiateJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::InitiateJobOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_output_path ⇒ ::String
Returns the value of attribute job_output_path.
-
#location ⇒ ::String
Returns the value of attribute location.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
264 265 266 |
# File 'sig/types.rbs', line 264 def job_id @job_id end |
#job_output_path ⇒ ::String
Returns the value of attribute job_output_path.
265 266 267 |
# File 'sig/types.rbs', line 265 def job_output_path @job_output_path end |
#location ⇒ ::String
Returns the value of attribute location.
263 264 265 |
# File 'sig/types.rbs', line 263 def location @location end |