TagResourceRequest
public struct TagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the index, FAQ, or data source to tag.
Declaration
Swift
public let resourceARN: String
-
A list of tag keys to add to the index, FAQ, or data source. If a tag already exists, the existing value is replaced with the new value.
Declaration
Swift
public let tags: [Tag]
-
Undocumented
Declaration
Swift
public init(resourceARN: String, tags: [Tag])
-
Declaration
Swift
public func validate(name: String) throws