Module Values_2.SpaceSettingsSummarySource

Specifies summary information about the space settings.

Sourcetype nonrec t = {
  1. appType : Values_0.AppType.t option;
    (*

    The type of app created within the space.

    *)
  2. remoteAccess : Values_0.FeatureStatus.t option;
    (*

    A setting that enables or disables remote access for a SageMaker space. When enabled, this allows you to connect to the remote space from your local IDE.

    *)
  3. spaceStorageSettings : Values_1.SpaceStorageSettings.t option;
    (*

    The storage settings for a space.

    *)
}
Sourceval make : ?appType:??? -> ?remoteAccess:??? -> ?spaceStorageSettings:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Structure of (string * [> `Integer of Values_0.SpaceEbsVolumeSizeInGb.t ]) list ]) list ]) 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