UntagResourceRequest
public struct UntagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Number (ARN) of an X-Ray group or sampling rule.
Declaration
Swift
public let resourceARN: String
-
Keys for one or more tags that you want to remove from an X-Ray group or sampling rule.
Declaration
Swift
public let tagKeys: [String]
-
Undocumented
Declaration
Swift
public init(resourceARN: String, tagKeys: [String])
-
Declaration
Swift
public func validate(name: String) throws