class Aws::Cloud9::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the Cloud9 development environment
to remove tags from.
@return [String]

@!attribute [rw] tag_keys

The tag names of the tags to remove from the given Cloud9
development environment.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/cloud9-2017-09-23/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE