AWSIoTThingGroupProperties
Objective-C
@interface AWSIoTThingGroupProperties
Swift
class AWSIoTThingGroupProperties
Thing group properties.
-
The thing group attributes in JSON format.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTAttributePayload *_Nullable attributePayload;
Swift
var attributePayload: AWSIoTAttributePayload? { get set }
-
The thing group description.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable thingGroupDescription;
Swift
var thingGroupDescription: String? { get set }