UntagResourceRequest
public struct UntagResourceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Number (ARN) of a resource from which you want to remove tags. For example, arn:aws:opsworks-cm:us-west-2:123456789012:server/test-owcm-server/EXAMPLE-66b0-4196-8274-d1a2bEXAMPLE.
Declaration
Swift
public let resourceArn: String
-
The keys of tags that you want to remove.
Declaration
Swift
public let tagKeys: [String]
-
Undocumented
Declaration
Swift
public init(resourceArn: String, tagKeys: [String])
-
Declaration
Swift
public func validate(name: String) throws