Class: Aws::CloudDirectory::Types::BatchReadOperationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchReadOperationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Represents the output of a ‘BatchRead` response operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exception_response ⇒ Types::BatchReadException
Identifies which operation in a batch has failed.
-
#successful_response ⇒ Types::BatchReadSuccessfulResponse
Identifies which operation in a batch has succeeded.
Instance Attribute Details
#exception_response ⇒ Types::BatchReadException
Identifies which operation in a batch has failed.
1563 1564 1565 1566 1567 1568 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1563 class BatchReadOperationResponse < Struct.new( :successful_response, :exception_response) SENSITIVE = [] include Aws::Structure end |
#successful_response ⇒ Types::BatchReadSuccessfulResponse
Identifies which operation in a batch has succeeded.
1563 1564 1565 1566 1567 1568 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1563 class BatchReadOperationResponse < Struct.new( :successful_response, :exception_response) SENSITIVE = [] include Aws::Structure end |