class Aws::CodeDeploy::Types::UntagResourceInput

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) that specifies from which resource to
disassociate the tags with the keys in the `TagKeys` input
parameter.
@return [String]

@!attribute [rw] tag_keys

A list of keys of `Tag` objects. The `Tag` objects identified by the
keys are disassociated from the resource specified by the
`ResourceArn` input parameter.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/UntagResourceInput AWS API Documentation

Constants

SENSITIVE