TagResourceInput
public struct TagResourceInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the resource to add tags to.
Declaration
Swift
public let resourceArn: String
-
The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
Declaration
Swift
public let tags: [TagRef]
-
Undocumented
Declaration
Swift
public init(resourceArn: String, tags: [TagRef])
-
Declaration
Swift
public func validate(name: String) throws