Module Values_1.DataSetSummarySource

Dataset summary.

Sourcetype nonrec t = {
  1. arn : Values_0.Arn.t option;
    (*

    The Amazon Resource Name (ARN) of the dataset.

    *)
  2. dataSetId : ResourceId.t option;
    (*

    The ID of the dataset.

    *)
  3. name : ResourceName.t option;
    (*

    A display name for the dataset.

    *)
  4. createdTime : Values_0.Timestamp.t option;
    (*

    The time that this dataset was created.

    *)
  5. lastUpdatedTime : Values_0.Timestamp.t option;
    (*

    The last time that this dataset was updated.

    *)
  6. importMode : DataSetImportMode.t option;
    (*

    A value that indicates whether you want to import the data into SPICE.

    *)
  7. rowLevelPermissionDataSet : RowLevelPermissionDataSet.t option;
    (*

    The row-level security configuration for the dataset in the legacy data preparation experience.

    *)
  8. rowLevelPermissionDataSetMap : RowLevelPermissionDataSetMap.t option;
    (*

    The row-level security configuration for the dataset in the new data preparation experience.

    *)
  9. rowLevelPermissionTagConfigurationApplied : Values_0.Boolean.t option;
    (*

    Whether or not the row level permission tags are applied.

    *)
  10. columnLevelPermissionRulesApplied : Values_0.Boolean.t option;
    (*

    A value that indicates if the dataset has column level permission configured.

    *)
  11. useAs : DataSetUseAs.t option;
    (*

    The usage of the dataset.

    *)
}
Sourceval make : ?arn:??? -> ?dataSetId:??? -> ?name:??? -> ?createdTime:??? -> ?lastUpdatedTime:??? -> ?importMode:??? -> ?rowLevelPermissionDataSet:??? -> ?rowLevelPermissionDataSetMap:??? -> ?rowLevelPermissionTagConfigurationApplied:??? -> ?columnLevelPermissionRulesApplied:??? -> ?useAs:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `Map of ([> `String of Values_0.DataSetEntityResourceId.t ] * [> `Structure of (string * [> `Enum of string | `String of Values_0.Namespace.t ]) list ]) list | `String of Values_0.Arn.t | `Structure of (string * [> `Enum of string | `String of Values_0.Namespace.t ]) list | `Timestamp of Values_0.Timestamp.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