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.
10940 10941 10942 |
# File 'sig/types.rbs', line 10940 def arn @arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
10941 10942 10943 |
# File 'sig/types.rbs', line 10941 def job_id @job_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
10943 10944 10945 |
# File 'sig/types.rbs', line 10943 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
10942 10943 10944 |
# File 'sig/types.rbs', line 10942 def status @status end |