AddThingToThingGroupRequest
public struct AddThingToThingGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Override dynamic thing groups with static thing groups when 10-group limit is reached. If a thing belongs to 10 thing groups, and one or more of those groups are dynamic thing groups, adding a thing to a static group removes the thing from the last dynamic group.
Declaration
Swift
public let overrideDynamicGroups: Bool?
-
The ARN of the thing to add to a group.
Declaration
Swift
public let thingArn: String?
-
The ARN of the group to which you are adding a thing.
Declaration
Swift
public let thingGroupArn: String?
-
The name of the group to which you are adding a thing.
Declaration
Swift
public let thingGroupName: String?
-
The name of the thing to add to a group.
Declaration
Swift
public let thingName: String?
-
Undocumented
Declaration
Swift
public init(overrideDynamicGroups: Bool? = nil, thingArn: String? = nil, thingGroupArn: String? = nil, thingGroupName: String? = nil, thingName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws