GetInvitationConfigurationResponse
public struct GetInvitationConfigurationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The email ID of the organization or individual contact that the enrolled user can use.
Declaration
Swift
public let contactEmail: String? -
The name of the organization sending the enrollment invite to a user.
Declaration
Swift
public let organizationName: String? -
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
Declaration
Swift
public let privateSkillIds: [String]? -
Undocumented
Declaration
Swift
public init(contactEmail: String? = nil, organizationName: String? = nil, privateSkillIds: [String]? = nil)
View on GitHub
GetInvitationConfigurationResponse Structure Reference