Bedrock Agent Runtime > Structures > NodeOutputNext NodeOutputNext¶ Structure Class¶ NodeOutputNext dataclass ¶ Represents the next node that receives output data. Attributes¶ input_field_name instance-attribute ¶ input_field_name: str The name of the input field in the next node that receives the data. node_name instance-attribute ¶ node_name: str The name of the next node that receives the output data.