Class: Aws::BedrockRuntime::Types::PayloadPart

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bytesString

Base64-encoded bytes of payload data.

Returns:

  • (String)


4338
4339
4340
4341
4342
4343
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 4338

class PayloadPart < Struct.new(
  :bytes,
  :event_type)
  SENSITIVE = [:bytes]
  include Aws::Structure
end

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



4338
4339
4340
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 4338

def event_type
  @event_type
end