Class: Aws::BedrockDataAutomation::Types::DeleteEntitiesInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#entity_idsArray<String>

List of EntityId

Returns:

  • (Array<String>)


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