DeleteThingGroupRequest
public struct DeleteThingGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The expected version of the thing group to delete.
Declaration
Swift
public let expectedVersion: Int64?
-
The name of the thing group to delete.
Declaration
Swift
public let thingGroupName: String
-
Undocumented
Declaration
Swift
public init(expectedVersion: Int64? = nil, thingGroupName: String)
-
Declaration
Swift
public func validate(name: String) throws