Class: Aws::Types::BedrockSessionContentBlock
- Inherits:
-
Object
- Object
- Aws::Types::BedrockSessionContentBlock
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image ⇒ Types::ImageBlock
Returns the value of attribute image.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#image ⇒ Types::ImageBlock
Returns the value of attribute image.
387 388 389 |
# File 'sig/types.rbs', line 387 def image @image end |
#text ⇒ ::String
Returns the value of attribute text.
388 389 390 |
# File 'sig/types.rbs', line 388 def text @text end |
#unknown ⇒ Object
Returns the value of attribute unknown.
389 390 391 |
# File 'sig/types.rbs', line 389 def unknown @unknown end |