Bedrock Agent > Structures > FlowVersionSummary FlowVersionSummary¶ Structure Class¶ FlowVersionSummary dataclass ¶ Contains information about a version of a flow. This data type is used in the following API operations: ListFlowVersions response Attributes¶ arn instance-attribute ¶ arn: str The Amazon Resource Name (ARN) of the flow that the version belongs to. created_at instance-attribute ¶ created_at: datetime The time at the version was created. id instance-attribute ¶ id: str The unique identifier of the flow. status instance-attribute ¶ status: FlowStatus The status of the flow. version instance-attribute ¶ version: str The version of the flow.