Class: Aws::Types::DescribeAutomationJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAutomationJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#input_payload ⇒ ::String
Returns the value of attribute input_payload.
-
#job_status ⇒ "FAILED", ...
Returns the value of attribute job_status.
-
#output_payload ⇒ ::String
Returns the value of attribute output_payload.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
4456 4457 4458 |
# File 'sig/types.rbs', line 4456 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4457 4458 4459 |
# File 'sig/types.rbs', line 4457 def created_at @created_at end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
4459 4460 4461 |
# File 'sig/types.rbs', line 4459 def ended_at @ended_at end |
#input_payload ⇒ ::String
Returns the value of attribute input_payload.
4461 4462 4463 |
# File 'sig/types.rbs', line 4461 def input_payload @input_payload end |
#job_status ⇒ "FAILED", ...
Returns the value of attribute job_status.
4460 4461 4462 |
# File 'sig/types.rbs', line 4460 def job_status @job_status end |
#output_payload ⇒ ::String
Returns the value of attribute output_payload.
4462 4463 4464 |
# File 'sig/types.rbs', line 4462 def output_payload @output_payload end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4463 4464 4465 |
# File 'sig/types.rbs', line 4463 def request_id @request_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
4458 4459 4460 |
# File 'sig/types.rbs', line 4458 def started_at @started_at end |