Struct rusoto_servicecatalog::ProductViewSummary [] [src]

pub struct ProductViewSummary {
    pub distributor: Option<ProductViewDistributor>,
    pub has_default_path: Option<HasDefaultPath>,
    pub id: Option<Id>,
    pub name: Option<ProductViewName>,
    pub owner: Option<ProductViewOwner>,
    pub product_id: Option<Id>,
    pub short_description: Option<ProductViewShortDescription>,
    pub support_description: Option<SupportDescription>,
    pub support_email: Option<SupportEmail>,
    pub support_url: Option<SupportUrl>,
    pub type_: Option<ProductType>,
}

The summary metadata about the specified product.

Fields

The distributor of the product. Contact the product administrator for the significance of this value.

A value of false indicates that the product does not have a default path, while a value of true indicates that it does. If it's false, call ListLaunchPaths to disambiguate between paths. If true, ListLaunchPaths is not required, and the output of the ProductViewSummary operation can be used directly with DescribeProvisioningParameters.

The product view identifier.

The name of the product.

The owner of the product. Contact the product administrator for the significance of this value.

The product identifier.

Short description of the product.

The description of the support for this Product.

The email contact information to obtain support for this Product.

The URL information to obtain support for this Product.

The product type. Contact the product administrator for the significance of this value.

Trait Implementations

impl Default for ProductViewSummary
[src]

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

impl Debug for ProductViewSummary
[src]

Formats the value using the given formatter.

impl Clone for ProductViewSummary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more