UntagResourceRequest
public struct UntagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The cluster identifier (ID) for the cluster whose tags you are removing. To find the cluster ID, use DescribeClusters.
Declaration
Swift
public let resourceId: String
-
A list of one or more tag keys for the tags that you are removing. Specify only the tag keys, not the tag values.
Declaration
Swift
public let tagKeyList: [String]
-
Undocumented
Declaration
Swift
public init(resourceId: String, tagKeyList: [String])
-
Declaration
Swift
public func validate(name: String) throws