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.
1889 1890 1891 1892 1893 1894 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1889 class PayloadPart < Struct.new( :bytes, :event_type) SENSITIVE = [:bytes] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
1889 1890 1891 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1889 def event_type @event_type end |