Class: Aws::Types::StartAutomationJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartAutomationJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
10550 10551 10552 |
# File 'sig/types.rbs', line 10550 def arn @arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
10551 10552 10553 |
# File 'sig/types.rbs', line 10551 def job_id @job_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
10553 10554 10555 |
# File 'sig/types.rbs', line 10553 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
10552 10553 10554 |
# File 'sig/types.rbs', line 10552 def status @status end |