TagResourceRequest
public struct TagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the resource to add a tag to.
Declaration
Swift
public let resourceId: String
-
The tag to add to the specified resource. You must specify both a tag key and value. You can set the value of a tag to an empty string, but you can’t set it to null.
Declaration
Swift
public let tags: [Tag]
-
Undocumented
Declaration
Swift
public init(resourceId: String, tags: [Tag])
-
Declaration
Swift
public func validate(name: String) throws