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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key for this tag.

Returns:

  • (String)


5594
5595
5596
5597
5598
5599
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5594

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

#valueString

The value for this tag.

Returns:

  • (String)


5594
5595
5596
5597
5598
5599
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5594

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