Values.RecommendationSourceSourceDescribes the source of a recommendation, such as an Amazon EC2 instance or Auto Scaling group.
type nonrec t = {recommendationSourceArn : RecommendationSourceArn.t option;The Amazon Resource Name (ARN) of the recommendation source.
*)recommendationSourceType : RecommendationSourceType.t option;The resource type of the recommendation source.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of RecommendationSourceArn.t ])
list ]