ThingGroupDocument
public struct ThingGroupDocument : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The thing group attributes.
Declaration
Swift
public let attributes: [String : String]?
-
Parent group names.
Declaration
Swift
public let parentGroupNames: [String]?
-
The thing group description.
Declaration
Swift
public let thingGroupDescription: String?
-
The thing group ID.
Declaration
Swift
public let thingGroupId: String?
-
The thing group name.
Declaration
Swift
public let thingGroupName: String?
-
Undocumented
Declaration
Swift
public init(attributes: [String : String]? = nil, parentGroupNames: [String]? = nil, thingGroupDescription: String? = nil, thingGroupId: String? = nil, thingGroupName: String? = nil)