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.
273 274 275 276 277 278 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 273 class ContentBlockStopEvent < Struct.new( :content_block_index, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
273 274 275 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 273 def event_type @event_type end |