CreateAliasRequest
public struct CreateAliasRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The alias to add to the member set.
Declaration
Swift
public let alias: String -
The member (user or group) to which this alias is added.
Declaration
Swift
public let entityId: String -
The organization under which the member (user or group) exists.
Declaration
Swift
public let organizationId: String -
Undocumented
Declaration
Swift
public init(alias: String, entityId: String, organizationId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateAliasRequest Structure Reference