Class: Aws::Types::BedrockSessionContentBlock

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Image, Text, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#imageTypes::ImageBlock

Returns the value of attribute image.

Returns:



387
388
389
# File 'sig/types.rbs', line 387

def image
  @image
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def text
  @text
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


389
390
391
# File 'sig/types.rbs', line 389

def unknown
  @unknown
end