Class: Aws::Types::InvocationStepPayload
- Inherits:
-
Object
- Object
- Aws::Types::InvocationStepPayload
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ContentBlocks, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_blocks ⇒ ::Array[Types::BedrockSessionContentBlock]
Returns the value of attribute content_blocks.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#content_blocks ⇒ ::Array[Types::BedrockSessionContentBlock]
Returns the value of attribute content_blocks.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def content_blocks @content_blocks end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def unknown @unknown end |