Class: Aws::BedrockAgentCore::Types::DeleteEventInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::DeleteEventInput
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actor_id ⇒ String
The identifier of the actor associated with the event to delete.
-
#event_id ⇒ String
The identifier of the event to delete.
-
#memory_id ⇒ String
The identifier of the AgentCore Memory resource from which to delete the event.
-
#session_id ⇒ String
The identifier of the session containing the event to delete.
Instance Attribute Details
#actor_id ⇒ String
The identifier of the actor associated with the event to delete.
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_id ⇒ String
The identifier of the event to delete.
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_id ⇒ String
The identifier of the AgentCore Memory resource from which to delete the event.
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_id ⇒ String
The identifier of the session containing the event to delete.
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 |