AutomatedReasoningPolicyBuildWorkflowSummary¶
Structure Class¶
AutomatedReasoningPolicyBuildWorkflowSummary
dataclass
¶
Provides a summary of a policy build workflow, including its current status, timing information, and key identifiers.
Attributes¶
build_workflow_id
instance-attribute
¶
build_workflow_id: str
The unique identifier of the build workflow.
build_workflow_type
instance-attribute
¶
build_workflow_type: AutomatedReasoningPolicyBuildWorkflowType
The type of build workflow (e.g., DOCUMENT_INGESTION, POLICY_REPAIR).
created_at
instance-attribute
¶
created_at: datetime
The timestamp when the build workflow was created.
policy_arn
instance-attribute
¶
policy_arn: str
The Amazon Resource Name (ARN) of the Automated Reasoning policy associated with this build workflow.
status
instance-attribute
¶
The current status of the build workflow (e.g., RUNNING, COMPLETED, FAILED, CANCELLED).
updated_at
instance-attribute
¶
updated_at: datetime
The timestamp when the build workflow was last updated.