Values_1.DescribeFeatureGroupRequestSourceUse this operation to describe a FeatureGroup. The response includes information on the creation time, FeatureGroup name, the unique identifier for each FeatureGroup, and more.
type nonrec t = {featureGroupName : FeatureGroupNameOrArn.t;The name or Amazon Resource Name (ARN) of the FeatureGroup you want described.
*)nextToken : Values_0.NextToken.t option;A token to resume pagination of the list of Features (FeatureDefinitions). 2,500 Features are returned by default.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of FeatureGroupNameOrArn.t ]) list ]