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.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def content_blocks @content_blocks end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def unknown @unknown end |