Class: Aws::BedrockAgentCore::Types::DeleteEventOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::DeleteEventOutput
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_id ⇒ String
The identifier of the event that was deleted.
Instance Attribute Details
#event_id ⇒ String
The identifier of the event that was deleted.
1053 1054 1055 1056 1057 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1053 class DeleteEventOutput < Struct.new( :event_id) SENSITIVE = [] include Aws::Structure end |