Class: Aws::Types::JobExecutionState
- Inherits:
-
Object
- Object
- Aws::Types::JobExecutionState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
-
#status_details ⇒ ::Hash[::String, ::String]
Returns the value of attribute status_details.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
88 89 90 |
# File 'sig/types.rbs', line 88 def status @status end |
#status_details ⇒ ::Hash[::String, ::String]
Returns the value of attribute status_details.
89 90 91 |
# File 'sig/types.rbs', line 89 def status_details @status_details end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
90 91 92 |
# File 'sig/types.rbs', line 90 def version_number @version_number end |