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)


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_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



1889
1890
1891
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1889

def event_type
  @event_type
end