Struct rusoto_servicecatalog::CreateProductOutput [] [src]

pub struct CreateProductOutput {
    pub product_view_detail: Option<ProductViewDetail>,
    pub provisioning_artifact_detail: Option<ProvisioningArtifactDetail>,
    pub tags: Option<Tags>,
}

Fields

The resulting detailed product view information.

The resulting detailed provisioning artifact information.

Tags successfully associated with the new product.

Trait Implementations

impl Default for CreateProductOutput
[src]

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

impl Debug for CreateProductOutput
[src]

Formats the value using the given formatter.

impl Clone for CreateProductOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more