class Aws::StorageGateway::Types::RemoveTagsFromResourceInput

RemoveTagsFromResourceInput

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

data as a hash:

    {
      resource_arn: "ResourceARN", # required
      tag_keys: ["TagKey"], # required
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource you want to remove
the tags from.
@return [String]

@!attribute [rw] tag_keys

The keys of the tags you want to remove from the specified resource.
A tag is composed of a key-value pair.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/RemoveTagsFromResourceInput AWS API Documentation

Constants

SENSITIVE