AWSIoTThingGroupMetadata

Objective-C

@interface AWSIoTThingGroupMetadata

Swift

class AWSIoTThingGroupMetadata

Thing group metadata.

  • The UNIX timestamp of when the thing group was created.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable creationDate;

    Swift

    var creationDate: Date? { get set }
  • The parent thing group name.

    Declaration

    Objective-C

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

    Swift

    var parentGroupName: String? { get set }
  • The root parent thing group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSIoTGroupNameAndArn *> *_Nullable rootToParentThingGroups;

    Swift

    var rootToParentThingGroups: [AWSIoTGroupNameAndArn]? { get set }