AWSIoTThingGroupDocument

Objective-C

@interface AWSIoTThingGroupDocument

Swift

class AWSIoTThingGroupDocument

The thing group search index document.

  • The thing group attributes.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable attributes;

    Swift

    var attributes: [String : String]? { get set }
  • Parent group names.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable parentGroupNames;

    Swift

    var parentGroupNames: [String]? { get set }
  • The thing group description.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable thingGroupDescription;

    Swift

    var thingGroupDescription: String? { get set }
  • The thing group ID.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable thingGroupId;

    Swift

    var thingGroupId: String? { get set }
  • The thing group name.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable thingGroupName;

    Swift

    var thingGroupName: String? { get set }