AWSIoTDescribeThingTypeResponse Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSIoTModel.h AWSIoTModel.m |
thingTypeArn
The thing type ARN.
@property (nonatomic, strong) NSString *thingTypeArn
Declared In
AWSIoTModel.h
thingTypeId
The thing type ID.
@property (nonatomic, strong) NSString *thingTypeId
Declared In
AWSIoTModel.h
thingTypeMetadata
The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.
@property (nonatomic, strong) AWSIoTThingTypeMetadata *thingTypeMetadata
Declared In
AWSIoTModel.h
thingTypeName
The name of the thing type.
@property (nonatomic, strong) NSString *thingTypeName
Declared In
AWSIoTModel.h
thingTypeProperties
The ThingTypeProperties contains information about the thing type including description, and a list of searchable thing attribute names.
@property (nonatomic, strong) AWSIoTThingTypeProperties *thingTypeProperties
Declared In
AWSIoTModel.h