Values.UnusedActionSourceContains information about an unused access finding for an action. IAM Access Analyzer charges for unused access analysis based on the number of IAM roles and users analyzed per month. For more details on pricing, see IAM Access Analyzer pricing.
type nonrec t = {action : String_.t option;The action for which the unused access finding was generated.
*)lastAccessed : Timestamp.t option;The time at which the action was last accessed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of String_.t | `Timestamp of Timestamp.t ]) list ]