class Aws::ServiceCatalog::Types::BatchDisassociateServiceActionFromProvisioningArtifactInput

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

data as a hash:

    {
      service_action_associations: [ # required
        {
          service_action_id: "Id", # required
          product_id: "Id", # required
          provisioning_artifact_id: "Id", # required
        },
      ],
      accept_language: "AcceptLanguage",
    }

@!attribute [rw] service_action_associations

One or more associations, each consisting of the Action ID, the
Product ID, and the Provisioning Artifact ID.
@return [Array<Types::ServiceActionAssociation>]

@!attribute [rw] accept_language

The language code.

* `en` - English (default)

* `jp` - Japanese

* `zh` - Chinese
@return [String]

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

Constants

SENSITIVE