Class: Aws::BedrockRuntime::Types::PayloadPart
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::PayloadPart
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
Payload content included in the response.
Constant Summary collapse
- SENSITIVE =
[:bytes]
Instance Attribute Summary collapse
-
#bytes ⇒ String
Base64-encoded bytes of payload data.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
Instance Attribute Details
#bytes ⇒ String
Base64-encoded bytes of payload data.
2466 2467 2468 2469 2470 2471 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2466 class PayloadPart < Struct.new( :bytes, :event_type) SENSITIVE = [:bytes] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
2466 2467 2468 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2466 def event_type @event_type end |