CreateActivationResult
public struct CreateActivationResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The code the system generates when it processes the activation. The activation code functions like a password to validate the activation ID.
Declaration
Swift
public let activationCode: String? -
The ID number generated by the system when it processed the activation. The activation ID functions like a user name.
Declaration
Swift
public let activationId: String? -
Undocumented
Declaration
Swift
public init(activationCode: String? = nil, activationId: String? = nil)
View on GitHub
CreateActivationResult Structure Reference