Struct rusoto_servicecatalog::DescribeProvisioningParametersInput [] [src]

pub struct DescribeProvisioningParametersInput {
    pub accept_language: Option<AcceptLanguage>,
    pub path_id: Option<Id>,
    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 identifier of the path for this product's provisioning. This value is optional if the product has a default path, and is required if there is more than one path for the specified product.

The product identifier.

The provisioning artifact identifier for this product.

Trait Implementations

impl Default for DescribeProvisioningParametersInput
[src]

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

impl Debug for DescribeProvisioningParametersInput
[src]

Formats the value using the given formatter.

impl Clone for DescribeProvisioningParametersInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more