class Aws::FMS::Types::TagResourceRequest

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

data as a hash:

    {
      resource_arn: "ResourceArn", # required
      tag_list: [ # required
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource to return tags for.
The Firewall Manager resources that support tagging are policies,
applications lists, and protocols lists.
@return [String]

@!attribute [rw] tag_list

The tags to add to the resource.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/fms-2018-01-01/TagResourceRequest AWS API Documentation

Constants

SENSITIVE