Class: Aws::BedrockDataAutomation::Types::DeleteEntitiesInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::DeleteEntitiesInfo
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Input for entities needed to be deleted
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_ids ⇒ Array<String>
List of EntityId.
Instance Attribute Details
#entity_ids ⇒ Array<String>
List of EntityId
1167 1168 1169 1170 1171 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1167 class DeleteEntitiesInfo < Struct.new( :entity_ids) SENSITIVE = [] include Aws::Structure end |