RoleAliasDescription
public struct RoleAliasDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The UNIX timestamp of when the role alias was created.
Declaration
Swift
public let creationDate: TimeStamp?
-
The number of seconds for which the credential is valid.
Declaration
Swift
public let credentialDurationSeconds: Int?
-
The UNIX timestamp of when the role alias was last modified.
Declaration
Swift
public let lastModifiedDate: TimeStamp?
-
The role alias owner.
Declaration
Swift
public let owner: String?
-
The role alias.
Declaration
Swift
public let roleAlias: String?
-
The ARN of the role alias.
Declaration
Swift
public let roleAliasArn: String?
-
The role ARN.
Declaration
Swift
public let roleArn: String?