Class: Aws::BedrockAgentCore::Types::CreateEventOutput

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

#eventTypes::Event

The event that was created.

Returns:



999
1000
1001
1002
1003
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 999

class CreateEventOutput < Struct.new(
  :event)
  SENSITIVE = []
  include Aws::Structure
end