Class: Aws::Types::BatchReadOperationResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchReadOperationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exception_response ⇒ Types::BatchReadException
Returns the value of attribute exception_response.
-
#successful_response ⇒ Types::BatchReadSuccessfulResponse
Returns the value of attribute successful_response.
Instance Attribute Details
#exception_response ⇒ Types::BatchReadException
Returns the value of attribute exception_response.
447 448 449 |
# File 'sig/types.rbs', line 447 def exception_response @exception_response end |
#successful_response ⇒ Types::BatchReadSuccessfulResponse
Returns the value of attribute successful_response.
446 447 448 |
# File 'sig/types.rbs', line 446 def successful_response @successful_response end |