UntagResourceRequest
public struct UntagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The function’s Amazon Resource Name (ARN).
Declaration
Swift
public let resource: String
-
A list of tag keys to remove from the function.
Declaration
Swift
public let tagKeys: [String]
-
Undocumented
Declaration
Swift
public init(resource: String, tagKeys: [String])
-
Declaration
Swift
public func validate(name: String) throws