Struct rusoto_servicecatalog::CreateProvisioningArtifactInput [] [src]

pub struct CreateProvisioningArtifactInput {
    pub accept_language: Option<AcceptLanguage>,
    pub idempotency_token: IdempotencyToken,
    pub parameters: ProvisioningArtifactProperties,
    pub product_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.

A token to disambiguate duplicate requests. You can create multiple resources using the same input in multiple requests, provided that you also specify a different idempotency token for each request.

The parameters to use when creating the new provisioning artifact.

The product identifier.

Trait Implementations

impl Default for CreateProvisioningArtifactInput
[src]

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

impl Debug for CreateProvisioningArtifactInput
[src]

Formats the value using the given formatter.

impl Clone for CreateProvisioningArtifactInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more