class Aws::FSx::Types::UntagResourceRequest

The request object for `UntagResource` action.

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

data as a hash:

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

@!attribute [rw] resource_arn

The ARN of the Amazon FSx resource to untag.
@return [String]

@!attribute [rw] tag_keys

A list of keys of tags on the resource to untag. In case the tag key
doesn't exist, the call will still succeed to be idempotent.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE