Class: Aws::Types::BatchCreateDataTableValueResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateDataTableValueResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed ⇒ ::Array[Types::BatchCreateDataTableValueFailureResult]
Returns the value of attribute failed.
-
#successful ⇒ ::Array[Types::BatchCreateDataTableValueSuccessResult]
Returns the value of attribute successful.
Instance Attribute Details
#failed ⇒ ::Array[Types::BatchCreateDataTableValueFailureResult]
Returns the value of attribute failed.
626 627 628 |
# File 'sig/types.rbs', line 626 def failed @failed end |
#successful ⇒ ::Array[Types::BatchCreateDataTableValueSuccessResult]
Returns the value of attribute successful.
625 626 627 |
# File 'sig/types.rbs', line 625 def successful @successful end |