UntagResourceRequest

public struct UntagResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the index, FAQ, or data source to remove the tag from.

    Declaration

    Swift

    public let resourceARN: String
  • A list of tag keys to remove from the index, FAQ, or data source. If a tag key does not exist on the resource, it is ignored.

    Declaration

    Swift

    public let tagKeys: [String]
  • Undocumented

    Declaration

    Swift

    public init(resourceARN: String, tagKeys: [String])
  • Declaration

    Swift

    public func validate(name: String) throws