Class: Aws::ServiceCatalog::Types::EngineWorkflowResourceIdentifier

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#unique_tagTypes::UniqueTagResourceIdentifier

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



2528
2529
2530
2531
2532
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2528

class EngineWorkflowResourceIdentifier < Struct.new(
  :unique_tag)
  SENSITIVE = []
  include Aws::Structure
end