Struct rusoto_servicecatalog::UpdateProvisioningArtifactInput [] [src]

pub struct UpdateProvisioningArtifactInput {
    pub accept_language: Option<AcceptLanguage>,
    pub description: Option<ProvisioningArtifactDescription>,
    pub name: Option<ProvisioningArtifactName>,
    pub product_id: Id,
    pub provisioning_artifact_id: Id,
}

Fields

The language code to use for this operation. Supported language codes are as follows:

"en" (English)

"jp" (Japanese)

"zh" (Chinese)

If no code is specified, "en" is used as the default.

The updated text description of the provisioning artifact.

The updated name of the provisioning artifact.

The product identifier.

The identifier of the provisioning artifact for the update request.

Trait Implementations

impl Default for UpdateProvisioningArtifactInput
[src]

Returns the "default value" for a type. Read more

impl Debug for UpdateProvisioningArtifactInput
[src]

Formats the value using the given formatter.

impl Clone for UpdateProvisioningArtifactInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more