RemoveTagsFromOnPremisesInstancesInput
public struct RemoveTagsFromOnPremisesInstancesInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The names of the on-premises instances from which to remove tags.
Declaration
Swift
public let instanceNames: [String]
-
The tag key-value pairs to remove from the on-premises instances.
Declaration
Swift
public let tags: [Tag]
-
Undocumented
Declaration
Swift
public init(instanceNames: [String], tags: [Tag])