Class: Aws::Types::BatchPutProfileObjectResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchPutProfileObjectResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failed ⇒ ::Array[Types::BatchPutProfileObjectErrorItem]
Returns the value of attribute failed.
-
#successful ⇒ ::Array[Types::BatchPutProfileObjectResponseItem]
Returns the value of attribute successful.
Instance Attribute Details
#failed ⇒ ::Array[Types::BatchPutProfileObjectErrorItem]
Returns the value of attribute failed.
221 222 223 |
# File 'sig/types.rbs', line 221 def failed @failed end |
#successful ⇒ ::Array[Types::BatchPutProfileObjectResponseItem]
Returns the value of attribute successful.
220 221 222 |
# File 'sig/types.rbs', line 220 def successful @successful end |