class Aws::CloudWatchLogs::Types::TagLogGroupRequest

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

data as a hash:

    {
      log_group_name: "LogGroupName", # required
      tags: { # required
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] log_group_name

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

@!attribute [rw] tags

The key-value pairs to use for the tags.
@return [Hash<String,String>]

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

Constants

SENSITIVE