DeleteDynamicThingGroupRequest
public struct DeleteDynamicThingGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The expected version of the dynamic thing group to delete.
Declaration
Swift
public let expectedVersion: Int64?
-
The name of the dynamic 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