Class: Aws::CloudDirectory::Types::BatchReadResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchReadResponse
- Defined in:
- gems/aws-sdk-clouddirectory/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.
2655 2656 2657 2658 2659 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2655 class BatchReadResponse < Struct.new( :responses) SENSITIVE = [] include Aws::Structure end |