class Aws::OpsWorks::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The stack or layer's Amazon Resource Number (ARN).
@return [String]

@!attribute [rw] tag_keys

A list of the keys of tags to be removed from a stack or layer.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE