Values.CentralizationRuleSummarySourceA summary of a centralization rule's key properties and status.
type nonrec t = {ruleName : RuleName.t option;The name of the organization centralization rule.
*)ruleArn : ResourceArn.t option;The Amazon Resource Name (ARN) of the organization centralization rule.
*)creatorAccountId : String_.t option;The Amazon Web Services Account that created the organization centralization rule.
*)createdTimeStamp : Long.t option;The timestamp when the organization centralization rule was created.
*)createdRegion : Region.t option;The Amazon Web Services region where the organization centralization rule was created.
*)lastUpdateTimeStamp : Long.t option;The timestamp when the organization centralization rule was last updated.
*)ruleHealth : RuleHealth.t option;The health status of the organization centralization rule.
*)failureReason : CentralizationFailureReason.t option;The reason why an organization centralization rule is marked UNHEALTHY.
*)destinationAccountId : String_.t option;The primary destination account of the organization centralization rule.
*)destinationRegion : Region.t option;The primary destination region of the organization centralization rule.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Long of Long.t | `String of RuleName.t ])
list ]