Bedrock Agentcore Control > Structures > HarnessSummary HarnessSummary¶ Structure Class¶ HarnessSummary dataclass ¶ Summary information about a harness. Attributes¶ arn instance-attribute ¶ arn: str The ARN of the harness. created_at instance-attribute ¶ created_at: datetime The timestamp when the harness was created. harness_id instance-attribute ¶ harness_id: str The ID of the harness. harness_name instance-attribute ¶ harness_name: str The name of the harness. harness_version class-attribute instance-attribute ¶ harness_version: str | None = None The latest version of the harness. status instance-attribute ¶ status: HarnessStatus The current status of the harness. updated_at instance-attribute ¶ updated_at: datetime The timestamp when the harness was last updated.