Values.InstanceProfileSourceContains information about an instance profile. This data type is used as a response element in the following operations: CreateInstanceProfile GetInstanceProfile ListInstanceProfiles ListInstanceProfilesForRole
type nonrec t = {path : PathType.t option;The path to the instance profile. For more information about paths, see IAM identifiers in the IAM User Guide.
*)instanceProfileName : InstanceProfileNameType.t option;The name identifying the instance profile.
*)instanceProfileId : IdType.t option;The stable and unique string identifying the instance profile. For more information about IDs, see IAM identifiers in the IAM User Guide.
*)arn : ArnType.t option;The Amazon Resource Name (ARN) specifying the instance profile. For more information about ARNs and how to use them in policies, see IAM identifiers in the IAM User Guide.
*)createDate : DateType.t option;The date when the instance profile was created.
*)roles : RoleListType.t option;The role associated with the instance profile.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of RoleMaxSessionDurationType.t
| `List of
[> `Structure of
(string * [> `String of TagKeyType.t ]) list ]
list
| `String of PathType.t
| `Structure of
(string
* [> `Enum of string
| `String of ArnType.t
| `Timestamp of DateType.t ])
list
| `Timestamp of DateType.t ])
list ]
list
| `String of PathType.t
| `Timestamp of DateType.t ])
list ]