class Aws::OpsWorksCM::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Number (ARN) of a resource from which you want
to remove tags. For example,
`arn:aws:opsworks-cm:us-west-2:123456789012:server/test-owcm-server/EXAMPLE-66b0-4196-8274-d1a2bEXAMPLE`.
@return [String]

@!attribute [rw] tag_keys

The keys of tags that you want to remove.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/opsworkscm-2016-11-01/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE