class Aws::ServiceCatalog::Types::ServiceActionAssociation

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

@note When making an API call, you may pass ServiceActionAssociation

data as a hash:

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

@!attribute [rw] service_action_id

The self-service action identifier. For example,
`act-fs7abcd89wxyz`.
@return [String]

@!attribute [rw] product_id

The product identifier. For example, `prod-abcdzk7xy33qa`.
@return [String]

@!attribute [rw] provisioning_artifact_id

The identifier of the provisioning artifact. For example,
`pa-4abcdjnxjj6ne`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ServiceActionAssociation AWS API Documentation

Constants

SENSITIVE