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.
735 736 737 738 739 740 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 735 class ContentBlockStopEvent < Struct.new( :content_block_index, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
735 736 737 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 735 def event_type @event_type end |