UntagResourceRequest
public struct UntagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
ARN of the resource for which tags are to be removed.
Declaration
Swift
public let resourceArn: String -
Array of tags to be removed.
Declaration
Swift
public let tagKeys: [String] -
Undocumented
Declaration
Swift
public init(resourceArn: String, tagKeys: [String]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UntagResourceRequest Structure Reference