Class: Aws::ServiceCatalog::Types::UniqueTagResourceIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::UniqueTagResourceIdentifier
- 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
-
#key ⇒ String
A unique key that’s attached to a resource.
-
#value ⇒ String
A unique value that’s attached to a resource.
Instance Attribute Details
#key ⇒ String
A unique key that’s attached to a resource.
6469 6470 6471 6472 6473 6474 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6469 class UniqueTagResourceIdentifier < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
A unique value that’s attached to a resource.
6469 6470 6471 6472 6473 6474 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6469 class UniqueTagResourceIdentifier < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |