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 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)


10962
10963
10964
10965
10966
10967
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 10962

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)


10962
10963
10964
10965
10966
10967
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 10962

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