Class: Aws::Types::BatchGetStepResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetStepResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Array[Types::BatchGetStepError]
Returns the value of attribute errors.
-
#steps ⇒ ::Array[Types::BatchGetStepItem]
Returns the value of attribute steps.
Instance Attribute Details
#errors ⇒ ::Array[Types::BatchGetStepError]
Returns the value of attribute errors.
447 448 449 |
# File 'sig/types.rbs', line 447 def errors @errors end |
#steps ⇒ ::Array[Types::BatchGetStepItem]
Returns the value of attribute steps.
446 447 448 |
# File 'sig/types.rbs', line 446 def steps @steps end |