class Aws::SWF::Types::UntagResourceInput

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

data as a hash:

    {
      resource_arn: "Arn", # required
      tag_keys: ["ResourceTagKey"], # required
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) for the Amazon SWF domain.
@return [String]

@!attribute [rw] tag_keys

The list of tags to remove from the Amazon SWF domain.
@return [Array<String>]

Constants

SENSITIVE