Module Values_1.DescribeFeatureGroupRequestSource

Use this operation to describe a FeatureGroup. The response includes information on the creation time, FeatureGroup name, the unique identifier for each FeatureGroup, and more.

Sourcetype nonrec t = {
  1. featureGroupName : FeatureGroupNameOrArn.t;
    (*

    The name or Amazon Resource Name (ARN) of the FeatureGroup you want described.

    *)
  2. nextToken : Values_0.NextToken.t option;
    (*

    A token to resume pagination of the list of Features (FeatureDefinitions). 2,500 Features are returned by default.

    *)
}
Sourceval context_ : string
Sourceval make : ?nextToken:??? -> featureGroupName:FeatureGroupNameOrArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of FeatureGroupNameOrArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t