Class: Aws::CloudDirectory::Types::BatchReadOperationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

Represents the output of a BatchRead response operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exception_responseTypes::BatchReadException

Identifies which operation in a batch has failed.



1563
1564
1565
1566
1567
1568
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1563

class BatchReadOperationResponse < Struct.new(
  :successful_response,
  :exception_response)
  SENSITIVE = []
  include Aws::Structure
end

#successful_responseTypes::BatchReadSuccessfulResponse

Identifies which operation in a batch has succeeded.



1563
1564
1565
1566
1567
1568
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1563

class BatchReadOperationResponse < Struct.new(
  :successful_response,
  :exception_response)
  SENSITIVE = []
  include Aws::Structure
end