Class: Aws::Types::BatchStartResultModel
- Inherits:
-
Object
- Object
- Aws::Types::BatchStartResultModel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed ⇒ ::Array[Types::BatchFailedResultModel]
Returns the value of attribute failed.
-
#successful ⇒ ::Array[Types::BatchSuccessfulResultModel]
Returns the value of attribute successful.
Instance Attribute Details
#failed ⇒ ::Array[Types::BatchFailedResultModel]
Returns the value of attribute failed.
318 319 320 |
# File 'sig/types.rbs', line 318 def failed @failed end |
#successful ⇒ ::Array[Types::BatchSuccessfulResultModel]
Returns the value of attribute successful.
319 320 321 |
# File 'sig/types.rbs', line 319 def successful @successful end |