AWSIoTDescribeThingResponse Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSIoTModel.h AWSIoTModel.m |
attributes
The thing attributes.
@property (nonatomic, strong) NSDictionary<NSString*NSString*> *attributes
Declared In
AWSIoTModel.h
billingGroupName
The name of the billing group the thing belongs to.
@property (nonatomic, strong) NSString *billingGroupName
Declared In
AWSIoTModel.h
defaultClientId
The default client ID.
@property (nonatomic, strong) NSString *defaultClientId
Declared In
AWSIoTModel.h
thingArn
The ARN of the thing to describe.
@property (nonatomic, strong) NSString *thingArn
Declared In
AWSIoTModel.h
thingId
The ID of the thing to describe.
@property (nonatomic, strong) NSString *thingId
Declared In
AWSIoTModel.h
thingName
The name of the thing.
@property (nonatomic, strong) NSString *thingName
Declared In
AWSIoTModel.h
thingTypeName
The thing type name.
@property (nonatomic, strong) NSString *thingTypeName
Declared In
AWSIoTModel.h
version
The current version of the thing record in the registry.
To avoid unintentional changes to the information in the registry, you can pass the version information in the expectedVersion
parameter of the UpdateThing
and DeleteThing
calls.
@property (nonatomic, strong) NSNumber *version
Declared In
AWSIoTModel.h