CreateThingGroupRequest
public struct CreateThingGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the parent thing group.
Declaration
Swift
public let parentGroupName: String?
-
Metadata which can be used to manage the thing group.
Declaration
Swift
public let tags: [Tag]?
-
The thing group name to create.
Declaration
Swift
public let thingGroupName: String
-
The thing group properties.
Declaration
Swift
public let thingGroupProperties: ThingGroupProperties?
-
Undocumented
Declaration
Swift
public init(parentGroupName: String? = nil, tags: [Tag]? = nil, thingGroupName: String, thingGroupProperties: ThingGroupProperties? = nil)
-
Declaration
Swift
public func validate(name: String) throws