class Aws::Braket::Types::UntagResourceRequest

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

data as a hash:

    {
      resource_arn: "String", # required
      tag_keys: ["String"], # required
    }

@!attribute [rw] resource_arn

Specify the `resourceArn` for the resource from which to remove the
tags.
@return [String]

@!attribute [rw] tag_keys

Specify the keys for the tags to remove from the resource.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/braket-2019-09-01/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE