TagResourceRequest
public struct TagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the resource for which to retrieve tags.
Declaration
Swift
public let resourceArn: String -
The key-value string map. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.
Declaration
Swift
public let tags: [String : String] -
Undocumented
Declaration
Swift
public init(resourceArn: String, tags: [String : String]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
TagResourceRequest Structure Reference