Values_0.RoleAliasDescriptionSourceRole alias description.
type nonrec t = {roleAlias : RoleAlias.t option;The role alias.
*)roleAliasArn : RoleAliasArn.t option;The ARN of the role alias.
*)roleArn : RoleArn.t option;The role ARN.
*)owner : AwsAccountId.t option;The role alias owner.
*)credentialDurationSeconds : CredentialDurationSeconds.t option;The number of seconds for which the credential is valid.
*)creationDate : DateType.t option;The UNIX timestamp of when the role alias was created.
*)lastModifiedDate : DateType.t option;The UNIX timestamp of when the role alias was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of CredentialDurationSeconds.t
| `String of RoleAlias.t
| `Timestamp of DateType.t ])
list ]