Class: Aws::CloudDirectory::Types::BatchWriteResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchWriteResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#responses ⇒ Array<Types::BatchWriteOperationResponse>
A list of all the responses for each batch write.
Instance Attribute Details
#responses ⇒ Array<Types::BatchWriteOperationResponse>
A list of all the responses for each batch write.
2051 2052 2053 2054 2055 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2051 class BatchWriteResponse < Struct.new( :responses) SENSITIVE = [] include Aws::Structure end |