Class: Aws::CloudDirectory::Types::BatchReadResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#responsesArray<Types::BatchReadOperationResponse>

A list of all the responses for each batch read.



1601
1602
1603
1604
1605
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1601

class BatchReadResponse < Struct.new(
  :responses)
  SENSITIVE = []
  include Aws::Structure
end