class Aws::States::Types::UntagResourceInput

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) for the Step Functions state machine
or activity.
@return [String]

@!attribute [rw] tag_keys

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

@see docs.aws.amazon.com/goto/WebAPI/states-2016-11-23/UntagResourceInput AWS API Documentation

Constants

SENSITIVE