Class: Aws::Types::StartJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def created_at @created_at end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def job_arn @job_arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def job_id @job_id end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def status @status end |