class Aws::ServiceCatalog::Types::UpdateProvisioningArtifactInput
@note When making an API call, you may pass UpdateProvisioningArtifactInput
data as a hash: { accept_language: "AcceptLanguage", product_id: "Id", # required provisioning_artifact_id: "Id", # required name: "ProvisioningArtifactName", description: "ProvisioningArtifactDescription", active: false, guidance: "DEFAULT", # accepts DEFAULT, DEPRECATED }
@!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]
@!attribute [rw] name
The updated name of the provisioning artifact. @return [String]
@!attribute [rw] description
The updated description of the provisioning artifact. @return [String]
@!attribute [rw] active
Indicates whether the product version is active. Inactive provisioning artifacts are invisible to end users. End users cannot launch or update a provisioned product from an inactive provisioning artifact. @return [Boolean]
@!attribute [rw] guidance
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use. The `DEFAULT` value indicates that the product version is active. The administrator can set the guidance to `DEPRECATED` to inform users that the product version is deprecated. Users are able to make updates to a provisioned product of a deprecated version but cannot launch new provisioned products using a deprecated version. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateProvisioningArtifactInput AWS API Documentation
Constants
- SENSITIVE