Class: Aws::Types::BatchReadOperationResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exception_responseTypes::BatchReadException

Returns the value of attribute exception_response.



447
448
449
# File 'sig/types.rbs', line 447

def exception_response
  @exception_response
end

#successful_responseTypes::BatchReadSuccessfulResponse

Returns the value of attribute successful_response.



446
447
448
# File 'sig/types.rbs', line 446

def successful_response
  @successful_response
end