Class: Aws::ServiceCatalog::Types::EngineWorkflowResourceIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::EngineWorkflowResourceIdentifier
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
The ID for the provisioned product resources that are part of a resource group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#unique_tag ⇒ Types::UniqueTagResourceIdentifier
The unique key-value pair for a tag that identifies provisioned product resources.
Instance Attribute Details
#unique_tag ⇒ Types::UniqueTagResourceIdentifier
The unique key-value pair for a tag that identifies provisioned product resources.
2528 2529 2530 2531 2532 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2528 class EngineWorkflowResourceIdentifier < Struct.new( :unique_tag) SENSITIVE = [] include Aws::Structure end |