UntagResourceRequest
public struct UntagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Amazon Resource Name (ARN) of the license configuration.
Declaration
Swift
public let resourceArn: String
-
Keys identifying the tags to remove.
Declaration
Swift
public let tagKeys: [String]
-
Undocumented
Declaration
Swift
public init(resourceArn: String, tagKeys: [String])