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:



469
470
471
# File 'sig/types.rbs', line 469

def image
  @image
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


470
471
472
# File 'sig/types.rbs', line 470

def text
  @text
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


471
472
473
# File 'sig/types.rbs', line 471

def unknown
  @unknown
end