UntagResourceRequest
public struct UntagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the EFS resource that you want to remove tags from.
Declaration
Swift
public let resourceId: String
-
The keys of the key:value tag pairs that you want to remove from the specified EFS resource.
Declaration
Swift
public let tagKeys: [String]
-
Undocumented
Declaration
Swift
public init(resourceId: String, tagKeys: [String])
-
Declaration
Swift
public func validate(name: String) throws