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.
4666 4667 4668 |
# File 'sig/types.rbs', line 4666 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4667 4668 4669 |
# File 'sig/types.rbs', line 4667 def created_at @created_at end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
4669 4670 4671 |
# File 'sig/types.rbs', line 4669 def ended_at @ended_at end |
#input_payload ⇒ ::String
Returns the value of attribute input_payload.
4671 4672 4673 |
# File 'sig/types.rbs', line 4671 def input_payload @input_payload end |
#job_status ⇒ "FAILED", ...
Returns the value of attribute job_status.
4670 4671 4672 |
# File 'sig/types.rbs', line 4670 def job_status @job_status end |
#output_payload ⇒ ::String
Returns the value of attribute output_payload.
4672 4673 4674 |
# File 'sig/types.rbs', line 4672 def output_payload @output_payload end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4673 4674 4675 |
# File 'sig/types.rbs', line 4673 def request_id @request_id end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
4668 4669 4670 |
# File 'sig/types.rbs', line 4668 def started_at @started_at end |