class Aws::GameLift::Types::TagResourceRequest

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

data as a hash:

    {
      resource_arn: "AmazonResourceName", # required
      tags: [ # required
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] resource_arn

The Amazon Resource Name ([ARN][1]) that is assigned to and uniquely
identifies the GameLift resource that you want to assign tags to.
GameLift resource ARNs are included in the data object for the
resource, which can be retrieved by calling a List or Describe
operation for the resource type.

[1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html
@return [String]

@!attribute [rw] tags

A list of one or more tags to assign to the specified GameLift
resource. Tags are developer-defined and structured as key-value
pairs. The maximum tag limit may be lower than stated. See [ Tagging
AWS Resources][1] for actual tagging limits.

[1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/TagResourceRequest AWS API Documentation

Constants

SENSITIVE