ABTestSummary¶
Structure Class¶
ABTestSummary
dataclass
¶
Summary information about an A/B test.
Attributes¶
description
class-attribute
instance-attribute
¶
description: str | None = None
The description of the A/B test.
execution_status
instance-attribute
¶
execution_status: ABTestExecutionStatus
The execution status of the A/B test.
gateway_arn
class-attribute
instance-attribute
¶
gateway_arn: str | None = None
The Amazon Resource Name (ARN) of the gateway used for traffic splitting.
updated_at
instance-attribute
¶
updated_at: datetime
The timestamp when the A/B test was last updated.