Class: Aws::WorkMail::Types::Tag

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

Overview

Describes a tag applied to a resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key of the tag.

Returns:

  • (String)

4933
4934
4935
4936
4937
4938
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4933

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

#valueString

The value of the tag.

Returns:

  • (String)

4933
4934
4935
4936
4937
4938
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4933

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