Class: Aws::GameLift::Types::Tag

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

A label that you can assign to a Amazon GameLift resource.

**Learn more**

Tagging Amazon Web Services Resources][1

in the *Amazon Web Services

General Reference*

Amazon Web Services Tagging Strategies][2

**Related actions**

All APIs by task][3

[1]: docs.aws.amazon.com/general/latest/gr/aws_tagging.html [2]: aws.amazon.com/answers/account-management/aws-tagging-strategies/ [3]: docs.aws.amazon.com/gamelift/latest/developerguide/reference-awssdk.html#reference-awssdk-resources-fleets

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key for a developer-defined key value pair for tagging an Amazon Web Services resource.

Returns:

  • (String)


8493
8494
8495
8496
8497
8498
# File 'lib/aws-sdk-gamelift/types.rb', line 8493

class Tag < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value for a developer-defined key value pair for tagging an Amazon Web Services resource.

Returns:

  • (String)


8493
8494
8495
8496
8497
8498
# File 'lib/aws-sdk-gamelift/types.rb', line 8493

class Tag < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end