AliasListEntry
public struct AliasListEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
String that contains the key ARN.
Declaration
Swift
public let aliasArn: String? -
String that contains the alias. This value begins with alias/.
Declaration
Swift
public let aliasName: String? -
String that contains the key identifier referred to by the alias.
Declaration
Swift
public let targetKeyId: String? -
Undocumented
Declaration
Swift
public init(aliasArn: String? = nil, aliasName: String? = nil, targetKeyId: String? = nil)
View on GitHub
AliasListEntry Structure Reference