Class: Aws::BedrockRuntime::Types::ContentBlockStopEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ContentBlockStopEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
A content block stop event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_block_index ⇒ Integer
The index for a content block.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
Instance Attribute Details
#content_block_index ⇒ Integer
The index for a content block.
267 268 269 270 271 272 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 267 class ContentBlockStopEvent < Struct.new( :content_block_index, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
267 268 269 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 267 def event_type @event_type end |