Class: Aws::Types::Job
- Inherits:
-
Object
- Object
- Aws::Types::Job
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#steps ⇒ ::Array[Types::Step]
Returns the value of attribute steps.
-
#summary ⇒ Types::JobSummary
Returns the value of attribute summary.
Instance Attribute Details
#steps ⇒ ::Array[Types::Step]
Returns the value of attribute steps.
441 442 443 |
# File 'sig/types.rbs', line 441 def steps @steps end |
#summary ⇒ Types::JobSummary
Returns the value of attribute summary.
440 441 442 |
# File 'sig/types.rbs', line 440 def summary @summary end |