Values.AccountFreeTrialInfoSourceProvides details of the GuardDuty member account that uses a free trial service.
type nonrec t = {accountId : String_.t option;The account identifier of the GuardDuty member account.
*)dataSources : DataSourcesFreeTrial.t option;Describes the data source enabled for the GuardDuty member account.
*)features : FreeTrialFeatureConfigurationsResults.t option;A list of features enabled for the GuardDuty account.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `Integer of Integer.t ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Integer.t
| `Structure of
(string * [> `Integer of Integer.t ]) list ])
list ])
list ])
list ]