Values.AssociatedAccessPolicySourceAn access policy association.
type nonrec t = {policyArn : String_.t option;The ARN of the AccessPolicy.
*)accessScope : AccessScope.t option;The scope of the access policy.
*)associatedAt : Timestamp.t option;The date and time the AccessPolicy was associated with an AccessEntry.
*)modifiedAt : Timestamp.t option;The Unix epoch timestamp for the last modification to the object.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Enum of string | `List of [> `String of String_.t ] list ])
list
| `Timestamp of Timestamp.t ])
list ]