UntagInput
public struct UntagInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the resource group from which to remove tags. The command removed both the specified keys and any values associated with those keys.
Declaration
Swift
public let arn: String -
The keys of the tags to be removed.
Declaration
Swift
public let keys: [String] -
Undocumented
Declaration
Swift
public init(arn: String, keys: [String]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UntagInput Structure Reference