Class: Aws::CloudDirectory::Types::BatchReadResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchReadResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#responses ⇒ Array<Types::BatchReadOperationResponse>
A list of all the responses for each batch read.
Instance Attribute Details
#responses ⇒ Array<Types::BatchReadOperationResponse>
A list of all the responses for each batch read.
1601 1602 1603 1604 1605 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1601 class BatchReadResponse < Struct.new( :responses) SENSITIVE = [] include Aws::Structure end |