UntagResourceRequest

public struct UntagResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The keys in the key-value pair in the tag to remove.

    Declaration

    Swift

    public let keys: [String]
  • The Amazon Resource Name (ARN) of the resource to remove the tag from.

    Declaration

    Swift

    public let resourceArn: String
  • Undocumented

    Declaration

    Swift

    public init(keys: [String], resourceArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws