Values_0.LastActiveDefinitionSourceWhen there are multiple versions of a blueprint and the latest version has some errors, this attribute indicates the last successful blueprint definition that is available with the service.
type nonrec t = {description : Generic512CharString.t option;The description of the blueprint.
*)lastModifiedOn : TimestampValue.t option;The date and time the blueprint was last modified.
*)parameterSpec : BlueprintParameterSpec.t option;A JSON string specifying the parameters for the blueprint.
*)blueprintLocation : GenericString.t option;Specifies a path in Amazon S3 where the blueprint is published by the Glue developer.
*)blueprintServiceLocation : GenericString.t option;Specifies a path in Amazon S3 where the blueprint is copied when you create or update the blueprint.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Generic512CharString.t
| `Timestamp of TimestampValue.t ])
list ]