RemoveThingFromThingGroupRequest
public struct RemoveThingFromThingGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the thing to remove from the group.
Declaration
Swift
public let thingArn: String? -
The group ARN.
Declaration
Swift
public let thingGroupArn: String? -
The group name.
Declaration
Swift
public let thingGroupName: String? -
The name of the thing to remove from the group.
Declaration
Swift
public let thingName: String? -
Undocumented
Declaration
Swift
public init(thingArn: String? = nil, thingGroupArn: String? = nil, thingGroupName: String? = nil, thingName: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
RemoveThingFromThingGroupRequest Structure Reference