Module Values_1.DescribeFeatureMetadataRequestSource

Shows the metadata for a feature within a feature group.

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

    The name or Amazon Resource Name (ARN) of the feature group containing the feature.

    *)
  2. featureName : Values_0.FeatureName.t;
    (*

    The name of the feature.

    *)
}
Sourceval context_ : string
Sourceval make : featureGroupName:FeatureGroupNameOrArn.t -> featureName:Values_0.FeatureName.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