Class: Aws::ServiceCatalog::Types::RecordTag

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Information about a tag, which is a key-value pair.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key for this tag.

Returns:

  • (String)


4940
4941
4942
4943
4944
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4940

class RecordTag < Struct.new(
  :key,
  :value)
  include Aws::Structure
end

#valueString

The value for this tag.

Returns:

  • (String)


4940
4941
4942
4943
4944
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4940

class RecordTag < Struct.new(
  :key,
  :value)
  include Aws::Structure
end