Struct rusoto_servicecatalog::PortfolioDetail [] [src]

pub struct PortfolioDetail {
    pub arn: Option<ResourceARN>,
    pub created_time: Option<CreationTime>,
    pub description: Option<PortfolioDescription>,
    pub display_name: Option<PortfolioDisplayName>,
    pub id: Option<Id>,
    pub provider_name: Option<ProviderName>,
}

Detailed portfolio information.

Fields

The ARN assigned to the portfolio.

The UTC timestamp of the creation time.

The text description of the portfolio.

The name to use for display purposes.

The identifier for the portfolio.

The name of the portfolio provider.

Trait Implementations

impl Default for PortfolioDetail
[src]

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

impl Debug for PortfolioDetail
[src]

Formats the value using the given formatter.

impl Clone for PortfolioDetail
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more