ThingGroupMetadata
public struct ThingGroupMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The UNIX timestamp of when the thing group was created.
Declaration
Swift
public let creationDate: TimeStamp? -
The parent thing group name.
Declaration
Swift
public let parentGroupName: String? -
The root parent thing group.
Declaration
Swift
public let rootToParentThingGroups: [GroupNameAndArn]? -
Undocumented
Declaration
Swift
public init(creationDate: TimeStamp? = nil, parentGroupName: String? = nil, rootToParentThingGroups: [GroupNameAndArn]? = nil)
View on GitHub
ThingGroupMetadata Structure Reference