Class: Aws::BedrockAgentCore::Types::DeleteEventInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actor_idString

The identifier of the actor associated with the event to delete.

Returns:

  • (String)


1038
1039
1040
1041
1042
1043
1044
1045
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1038

class DeleteEventInput < Struct.new(
  :memory_id,
  :session_id,
  :event_id,
  :actor_id)
  SENSITIVE = []
  include Aws::Structure
end

#event_idString

The identifier of the event to delete.

Returns:

  • (String)


1038
1039
1040
1041
1042
1043
1044
1045
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1038

class DeleteEventInput < Struct.new(
  :memory_id,
  :session_id,
  :event_id,
  :actor_id)
  SENSITIVE = []
  include Aws::Structure
end

#memory_idString

The identifier of the AgentCore Memory resource from which to delete the event.

Returns:

  • (String)


1038
1039
1040
1041
1042
1043
1044
1045
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1038

class DeleteEventInput < Struct.new(
  :memory_id,
  :session_id,
  :event_id,
  :actor_id)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The identifier of the session containing the event to delete.

Returns:

  • (String)


1038
1039
1040
1041
1042
1043
1044
1045
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1038

class DeleteEventInput < Struct.new(
  :memory_id,
  :session_id,
  :event_id,
  :actor_id)
  SENSITIVE = []
  include Aws::Structure
end