AWSIoTCreateThingTypeResponse
Objective-C
@interface AWSIoTCreateThingTypeResponse
Swift
class AWSIoTCreateThingTypeResponse
The output of the CreateThingType operation.
-
The Amazon Resource Name (ARN) of the thing type.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable thingTypeArn;Swift
var thingTypeArn: String? { get set } -
The thing type ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable thingTypeId;Swift
var thingTypeId: String? { get set } -
The name of the thing type.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable thingTypeName;Swift
var thingTypeName: String? { get set }
View on GitHub
Install in Dash
AWSIoTCreateThingTypeResponse Class Reference