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

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

Instance Attribute Details

#unique_tagTypes::UniqueTagResourceIdentifier

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



2566
2567
2568
2569
2570
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2566

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