UpdatePrimaryEmailAddressRequest
public struct UpdatePrimaryEmailAddressRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The value of the email to be updated as primary.
Declaration
Swift
public let email: String -
The user, group, or resource to update.
Declaration
Swift
public let entityId: String -
The organization that contains the user, group, or resource to update.
Declaration
Swift
public let organizationId: String -
Undocumented
Declaration
Swift
public init(email: String, entityId: String, organizationId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdatePrimaryEmailAddressRequest Structure Reference