Values_2.IamInstanceProfileAssociationSourceDescribes an association between an IAM instance profile and an instance.
type nonrec t = {associationId : Values_0.String_.t option;The ID of the association.
*)instanceId : Values_0.String_.t option;The ID of the instance.
*)iamInstanceProfile : Values_0.IamInstanceProfile.t option;The IAM instance profile.
*)state : Values_1.IamInstanceProfileAssociationState.t option;The state of the association.
*)timestamp : Values_0.DateTime.t option;The time the IAM instance profile was associated with the instance.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.String_.t
| `Structure of (string * [> `String of string ]) list
| `Timestamp of Values_0.DateTime.t ])
list ]