RemoveTagsFromResourceInput

public struct RemoveTagsFromResourceInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the resource you want to remove the tags from.

    Declaration

    Swift

    public let resourceARN: String
  • The keys of the tags you want to remove from the specified resource. A tag is composed of a key-value pair.

    Declaration

    Swift

    public let tagKeys: [String]
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws