Values.DescribeActiveReceiptRuleSetResponseSourceRepresents the metadata and receipt rules for the receipt rule set that is currently active.
type describeActiveReceiptRuleSetResult = {metadata : ReceiptRuleSetMetadata.t option;The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.
*)rules : ReceiptRulesList.t option;The receipt rules that belong to the active rule set.
*)}and t = {describeActiveReceiptRuleSetResult : describeActiveReceiptRuleSetResult;responseMetaData : responseMetaData;}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Enabled.t
| `Enum of string
| `List of
[> `String of Recipient.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of AmazonResourceName.t ])
list ])
list ]
list
| `String of ReceiptRuleName.t ])
list ]
list
| `Structure of
(string
* [> `String of ReceiptRuleSetName.t
| `Timestamp of Timestamp.t ])
list ])
list ])
list ]