Struct rusoto_servicecatalog::DescribeProductOutput [] [src]

pub struct DescribeProductOutput {
    pub product_view_summary: Option<ProductViewSummary>,
    pub provisioning_artifacts: Option<ProvisioningArtifacts>,
}

Fields

The summary metadata about the specified product.

A list of provisioning artifact objects for the specified product. The ProvisioningArtifacts parameter represent the ways the specified product can be provisioned.

Trait Implementations

impl Default for DescribeProductOutput
[src]

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

impl Debug for DescribeProductOutput
[src]

Formats the value using the given formatter.

impl Clone for DescribeProductOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more