Struct rusoto_servicecatalog::DescribeProvisioningParametersInput[][src]

pub struct DescribeProvisioningParametersInput {
    pub accept_language: Option<String>,
    pub path_id: Option<String>,
    pub product_id: String,
    pub provisioning_artifact_id: String,
}

Fields

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths.

The product identifier.

The identifier of the provisioning artifact.

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. Read more

impl Clone for DescribeProvisioningParametersInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeProvisioningParametersInput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations