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

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

Overview

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

Learn more

Tagging Amazon Web Services Resources in the Amazon Web Services General Reference

Amazon Web Services Tagging Strategies

Related actions

All APIs by task

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)


11142
11143
11144
11145
11146
11147
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 11142

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)


11142
11143
11144
11145
11146
11147
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 11142

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