TagResourceRequest
public struct TagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the notification rule to tag.
Declaration
Swift
public let arn: String -
The list of tags to associate with the resource. Tag key names cannot start with “aws”.
Declaration
Swift
public let tags: [String : String] -
Undocumented
Declaration
Swift
public init(arn: String, tags: [String : String]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
TagResourceRequest Structure Reference