Values.DescribeReceiptRuleSetResponseSourceRepresents the details of the specified receipt rule set.
type describeReceiptRuleSetResult = {metadata : ReceiptRuleSetMetadata.t option;The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.
*)rules : ReceiptRulesList.t option;A list of the receipt rules that belong to the specified receipt rule set.
*)}and t = {describeReceiptRuleSetResult : describeReceiptRuleSetResult;responseMetaData : responseMetaData;}type error = [ | `RuleSetDoesNotExistException of RuleSetDoesNotExistException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `RuleSetDoesNotExistException of RuleSetDoesNotExistException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `RuleSetDoesNotExistException of RuleSetDoesNotExistException.t
| `Unknown_operation_error of string * 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 ]