You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ServiceActionAssociation as input to an Aws::Client method, you can use a vanilla Hash:

{
  service_action_id: "Id", # required
  product_id: "Id", # required
  provisioning_artifact_id: "Id", # required
}

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

Instance Attribute Summary collapse

Instance Attribute Details

#product_idString

The product identifier. For example, prod-abcdzk7xy33qa.

Returns:

  • (String)

    The product identifier.

#provisioning_artifact_idString

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

Returns:

  • (String)

    The identifier of the provisioning artifact.

#service_action_idString

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

Returns:

  • (String)

    The self-service action identifier.