Class: Aws::BedrockAgentCore::Types::GetEventInput

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.

Returns:

  • (String)


1917
1918
1919
1920
1921
1922
1923
1924
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1917

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

#event_idString

The identifier of the event to retrieve.

Returns:

  • (String)


1917
1918
1919
1920
1921
1922
1923
1924
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1917

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

#memory_idString

The identifier of the AgentCore Memory resource containing the event.

Returns:

  • (String)


1917
1918
1919
1920
1921
1922
1923
1924
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1917

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

#session_idString

The identifier of the session containing the event.

Returns:

  • (String)


1917
1918
1919
1920
1921
1922
1923
1924
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1917

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