Class: Aws::ServiceCatalog::Types::ServiceActionAssociation

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

A self-service action association consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#product_idString

The product identifier. For example, ‘prod-abcdzk7xy33qa`.

Returns:

  • (String)


5931
5932
5933
5934
5935
5936
5937
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5931

class ServiceActionAssociation < Struct.new(
  :service_action_id,
  :product_id,
  :provisioning_artifact_id)
  SENSITIVE = []
  include Aws::Structure
end

#provisioning_artifact_idString

The identifier of the provisioning artifact. For example, ‘pa-4abcdjnxjj6ne`.

Returns:

  • (String)


5931
5932
5933
5934
5935
5936
5937
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5931

class ServiceActionAssociation < Struct.new(
  :service_action_id,
  :product_id,
  :provisioning_artifact_id)
  SENSITIVE = []
  include Aws::Structure
end

#service_action_idString

The self-service action identifier. For example, ‘act-fs7abcd89wxyz`.

Returns:

  • (String)


5931
5932
5933
5934
5935
5936
5937
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5931

class ServiceActionAssociation < Struct.new(
  :service_action_id,
  :product_id,
  :provisioning_artifact_id)
  SENSITIVE = []
  include Aws::Structure
end