Struct rusoto_servicecatalog::CreateProvisionedProductPlanOutput[][src]

pub struct CreateProvisionedProductPlanOutput {
    pub plan_id: Option<String>,
    pub plan_name: Option<String>,
    pub provision_product_id: Option<String>,
    pub provisioned_product_name: Option<String>,
    pub provisioning_artifact_id: Option<String>,
}

Fields

The plan identifier.

The name of the plan.

The product identifier.

The user-friendly name of the provisioned product.

The identifier of the provisioning artifact.

Trait Implementations

impl Default for CreateProvisionedProductPlanOutput
[src]

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

impl Debug for CreateProvisionedProductPlanOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateProvisionedProductPlanOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateProvisionedProductPlanOutput
[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