Class: Aws::Invoicing::Types::ResourceTag

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

Overview

The tag structure that contains a tag key and value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The object key of your of your resource tag.

Returns:

  • (String)


539
540
541
542
543
544
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 539

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

#valueString

The specific value of the resource tag.

Returns:

  • (String)


539
540
541
542
543
544
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 539

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