UntagResourceRequest
public struct UntagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The value of the resource that will have the tag removed. An Amazon Resource Name (ARN) is an identifier for a specific AWS resource, such as a server, user, or role.
Declaration
Swift
public let arn: String
-
TagKeys are key-value pairs assigned to ARNs that can be used to group and search for resources by type. This metadata can be attached to resources for any purpose.
Declaration
Swift
public let tagKeys: [String]
-
Undocumented
Declaration
Swift
public init(arn: String, tagKeys: [String])
-
Declaration
Swift
public func validate(name: String) throws