Struct rusoto_servicecatalog::DescribeProductAsAdminOutput [] [src]

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

Fields

Detailed product view information.

Tags associated with the product.

Trait Implementations

impl Default for DescribeProductAsAdminOutput
[src]

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

impl Debug for DescribeProductAsAdminOutput
[src]

Formats the value using the given formatter.

impl Clone for DescribeProductAsAdminOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more