class Aws::WorkSpaces::Types::DeleteTagsRequest

@note When making an API call, you may pass DeleteTagsRequest

data as a hash:

    {
      resource_id: "NonEmptyString", # required
      tag_keys: ["NonEmptyString"], # required
    }

@!attribute [rw] resource_id

The identifier of the WorkSpaces resource. The supported resource
types are WorkSpaces, registered directories, images, custom
bundles, IP access control groups, and connection aliases.
@return [String]

@!attribute [rw] tag_keys

The tag keys.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DeleteTagsRequest AWS API Documentation

Constants

SENSITIVE