RecommendationSummary¶
Structure Class¶
RecommendationSummary
dataclass
¶
Summary information about a recommendation.
Attributes¶
created_at
instance-attribute
¶
created_at: datetime
The timestamp when the recommendation was created.
description
class-attribute
instance-attribute
¶
description: str | None = None
The description of the recommendation.
recommendation_arn
instance-attribute
¶
recommendation_arn: str
The Amazon Resource Name (ARN) of the recommendation.
recommendation_id
instance-attribute
¶
recommendation_id: str
The unique identifier of the recommendation.
updated_at
instance-attribute
¶
updated_at: datetime
The timestamp when the recommendation was last updated.