Class: Aws::ServiceCatalog::Types::EngineWorkflowResourceIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::EngineWorkflowResourceIdentifier
- Includes:
- Aws::Structure
- Defined in:
- 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.
2566 2567 2568 2569 2570 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2566 class EngineWorkflowResourceIdentifier < Struct.new( :unique_tag) SENSITIVE = [] include Aws::Structure end |