class Aws::HealthLake::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

"The Amazon Resource Name(ARN) of the Data Store for which tags are
being removed
@return [String]

@!attribute [rw] tag_keys

The keys for the tags to be removed from the Healthlake Data Store.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE