AddTagsToOnPremisesInstancesInput
public struct AddTagsToOnPremisesInstancesInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The names of the on-premises instances to which to add tags.
Declaration
Swift
public let instanceNames: [String]
-
The tag key-value pairs to add to the on-premises instances. Keys and values are both required. Keys cannot be null or empty strings. Value-only tags are not allowed.
Declaration
Swift
public let tags: [Tag]
-
Undocumented
Declaration
Swift
public init(instanceNames: [String], tags: [Tag])