Struct rusoto_servicecatalog::ProductViewDetail [] [src]

pub struct ProductViewDetail {
    pub created_time: Option<CreatedTime>,
    pub product_arn: Option<ResourceARN>,
    pub product_view_summary: Option<ProductViewSummary>,
    pub status: Option<Status>,
}

Detailed product view information.

Fields

The UTC timestamp of the creation time.

The ARN associated with the product.

The summary metadata about the specified product view.

Current status of the product.

Trait Implementations

impl Default for ProductViewDetail
[src]

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

impl Debug for ProductViewDetail
[src]

Formats the value using the given formatter.

impl Clone for ProductViewDetail
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more