Class: Aws::BedrockAgentCore::Types::BatchDeleteMemoryRecordsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::BatchDeleteMemoryRecordsOutput
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_records ⇒ Array<Types::MemoryRecordOutput>
A list of memory records that failed to be deleted, including error details for each failure.
-
#successful_records ⇒ Array<Types::MemoryRecordOutput>
A list of memory records that were successfully deleted during the batch operation.
Instance Attribute Details
#failed_records ⇒ Array<Types::MemoryRecordOutput>
A list of memory records that failed to be deleted, including error details for each failure.
242 243 244 245 246 247 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 242 class BatchDeleteMemoryRecordsOutput < Struct.new( :successful_records, :failed_records) SENSITIVE = [] include Aws::Structure end |
#successful_records ⇒ Array<Types::MemoryRecordOutput>
A list of memory records that were successfully deleted during the batch operation.
242 243 244 245 246 247 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 242 class BatchDeleteMemoryRecordsOutput < Struct.new( :successful_records, :failed_records) SENSITIVE = [] include Aws::Structure end |