Class: Aws::ServiceCatalog::Types::UniqueTagResourceIdentifier

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

Overview

The unique key-value pair for a tag that identifies provisioned product resources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

A unique key that’s attached to a resource.

Returns:

  • (String)


6431
6432
6433
6434
6435
6436
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6431

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

#valueString

A unique value that’s attached to a resource.

Returns:

  • (String)


6431
6432
6433
6434
6435
6436
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6431

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