UntagResourceRequest
public struct UntagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the Amazon FSx resource to untag.
Declaration
Swift
public let resourceARN: String
-
A list of keys of tags on the resource to untag. In case the tag key doesn’t exist, the call will still succeed to be idempotent.
Declaration
Swift
public let tagKeys: [String]
-
Undocumented
Declaration
Swift
public init(resourceARN: String, tagKeys: [String])
-
Declaration
Swift
public func validate(name: String) throws