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)


8493
8494
8495
8496
8497
8498
# File 'gems/aws-sdk-gamelift/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 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8493

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