class Aws::ECS::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource from which to delete
tags. Currently, the supported resources are Amazon ECS capacity
providers, tasks, services, task definitions, clusters, and
container instances.
@return [String]

@!attribute [rw] tag_keys

The keys of the tags to be removed.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE