class Aws::CloudWatchLogs::Types::UntagLogGroupRequest

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

data as a hash:

    {
      log_group_name: "LogGroupName", # required
      tags: ["TagKey"], # required
    }

@!attribute [rw] log_group_name

The name of the log group.
@return [String]

@!attribute [rw] tags

The tag keys. The corresponding tags are removed from the log group.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/UntagLogGroupRequest AWS API Documentation

Constants

SENSITIVE