Class: Aws::BedrockAgentCore::Types::CreateEventOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::CreateEventOutput
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event ⇒ Types::Event
The event that was created.
Instance Attribute Details
#event ⇒ Types::Event
The event that was created.
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 |