UntagResourceRequest
public struct UntagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the DAX resource from which the tags should be removed.
Declaration
Swift
public let resourceName: String
-
A list of tag keys. If the DAX cluster has any tags with these keys, then the tags are removed from the cluster.
Declaration
Swift
public let tagKeys: [String]
-
Undocumented
Declaration
Swift
public init(resourceName: String, tagKeys: [String])