AWSIoTGetRegistrationCodeResponse
Objective-C
@interface AWSIoTGetRegistrationCodeResponse
Swift
class AWSIoTGetRegistrationCodeResponse
The output from the GetRegistrationCode operation.
-
The CA certificate registration code.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable registrationCode;Swift
var registrationCode: String? { get set }
View on GitHub
Install in Dash
AWSIoTGetRegistrationCodeResponse Class Reference