class Aws::ServiceCatalog::Types::DeleteProvisioningArtifactInput

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

data as a hash:

    {
      accept_language: "AcceptLanguage",
      product_id: "Id", # required
      provisioning_artifact_id: "Id", # required
    }

@!attribute [rw] accept_language

The language code.

* `en` - English (default)

* `jp` - Japanese

* `zh` - Chinese
@return [String]

@!attribute [rw] product_id

The product identifier.
@return [String]

@!attribute [rw] provisioning_artifact_id

The identifier of the provisioning artifact.
@return [String]

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

Constants

SENSITIVE