Struct rusoto_servicecatalog::UpdateProductOutput [] [src]

pub struct UpdateProductOutput {
    pub product_view_detail: Option<ProductViewDetail>,
    pub tags: Option<Tags>,
}

Fields

The resulting detailed product view information.

Tags associated with the product.

Trait Implementations

impl Default for UpdateProductOutput
[src]

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

impl Debug for UpdateProductOutput
[src]

Formats the value using the given formatter.

impl Clone for UpdateProductOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more