Class: Aws::BedrockAgentCore::Types::Event
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::Event
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Contains information about an event in a memory store.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actor_id ⇒ String
The identifier of the actor associated with the event.
-
#branch ⇒ Types::Branch
The branch information for the event.
-
#event_id ⇒ String
The unique identifier of the event.
-
#event_timestamp ⇒ Time
The timestamp when the event occurred.
-
#memory_id ⇒ String
The identifier of the memory store containing the event.
-
#payload ⇒ Array<Types::PayloadType>
The content payload of the event.
-
#session_id ⇒ String
The identifier of the session containing the event.
Instance Attribute Details
#actor_id ⇒ String
The identifier of the actor associated with the event.
566 567 568 569 570 571 572 573 574 575 576 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 566 class Event < Struct.new( :memory_id, :actor_id, :session_id, :event_id, :event_timestamp, :payload, :branch) SENSITIVE = [] include Aws::Structure end |
#branch ⇒ Types::Branch
The branch information for the event.
566 567 568 569 570 571 572 573 574 575 576 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 566 class Event < Struct.new( :memory_id, :actor_id, :session_id, :event_id, :event_timestamp, :payload, :branch) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The unique identifier of the event.
566 567 568 569 570 571 572 573 574 575 576 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 566 class Event < Struct.new( :memory_id, :actor_id, :session_id, :event_id, :event_timestamp, :payload, :branch) SENSITIVE = [] include Aws::Structure end |
#event_timestamp ⇒ Time
The timestamp when the event occurred.
566 567 568 569 570 571 572 573 574 575 576 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 566 class Event < Struct.new( :memory_id, :actor_id, :session_id, :event_id, :event_timestamp, :payload, :branch) SENSITIVE = [] include Aws::Structure end |
#memory_id ⇒ String
The identifier of the memory store containing the event.
566 567 568 569 570 571 572 573 574 575 576 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 566 class Event < Struct.new( :memory_id, :actor_id, :session_id, :event_id, :event_timestamp, :payload, :branch) SENSITIVE = [] include Aws::Structure end |
#payload ⇒ Array<Types::PayloadType>
The content payload of the event.
566 567 568 569 570 571 572 573 574 575 576 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 566 class Event < Struct.new( :memory_id, :actor_id, :session_id, :event_id, :event_timestamp, :payload, :branch) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The identifier of the session containing the event.
566 567 568 569 570 571 572 573 574 575 576 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 566 class Event < Struct.new( :memory_id, :actor_id, :session_id, :event_id, :event_timestamp, :payload, :branch) SENSITIVE = [] include Aws::Structure end |