Values.GetConsolidatedReportInputSourceGet a consolidated report of your workloads. You can optionally choose to include workloads that have been shared with you.
type nonrec t = {format : ReportFormat.t;The format of the consolidated report. For PDF, Base64String is returned. For JSON, Metrics is returned.
*)nextToken : NextToken.t option;maxResults : GetConsolidatedReportMaxResults.t option;The maximum number of results to return for this request.
*)}val make :
?includeSharedResources:??? ->
?nextToken:??? ->
?maxResults:??? ->
format:ReportFormat.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of IncludeSharedResources.t
| `Enum of string
| `Integer of GetConsolidatedReportMaxResults.t
| `String of NextToken.t ])
list ]