Bedrock Agentcore > Structures > InputContentBlock InputContentBlock¶ Structure Class¶ InputContentBlock dataclass ¶ A block of input content. Attributes¶ blob class-attribute instance-attribute ¶ blob: bytes | None = field(repr=False, default=None) The binary input content. path instance-attribute ¶ path: str The path to the input content. text class-attribute instance-attribute ¶ text: str | None = None The text input content.