class Aws::WorkLink::Types::TagResourceRequest

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

data as a hash:

    {
      resource_arn: "FleetArn", # required
      tags: { # required
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the fleet.
@return [String]

@!attribute [rw] tags

The tags to add to the resource. A tag is a key-value pair.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/worklink-2018-09-25/TagResourceRequest AWS API Documentation

Constants

SENSITIVE