Class: Aws::AppFabric::Types::Tag

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

Overview

The key or keys of the key-value pairs for the tag or tags assigned to a resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

Tag key.

Returns:

  • (String)


1626
1627
1628
1629
1630
1631
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1626

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

#valueString

Tag value.

Returns:

  • (String)


1626
1627
1628
1629
1630
1631
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1626

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