Values.RasterDataCollectionMetadataSourceResponse object containing details for a specific RasterDataCollection.
type nonrec t = {arn : DataCollectionArn.t option;The Amazon Resource Name (ARN) of the raster data collection.
*)description : String_.t option;A description of the raster data collection.
*)descriptionPageUrl : String_.t option;The description URL of the raster data collection.
*)name : String_.t option;The name of the raster data collection.
*)supportedFilters : FilterList.t option;The list of filters supported by the raster data collection.
*)type_ : DataCollectionType.t option;The type of raster data collection.
*)}