Struct rusoto_servicecatalog::CreatePortfolioInput [] [src]

pub struct CreatePortfolioInput {
    pub accept_language: Option<AcceptLanguage>,
    pub description: Option<PortfolioDescription>,
    pub display_name: PortfolioDisplayName,
    pub idempotency_token: IdempotencyToken,
    pub provider_name: ProviderName,
    pub tags: Option<AddTags>,
}

Fields

The language code to use for this operation. Supported language codes are as follows:

"en" (English)

"jp" (Japanese)

"zh" (Chinese)

If no code is specified, "en" is used as the default.

The text description of the portfolio.

The name to use for display purposes.

A token to disambiguate duplicate requests. You can create multiple resources using the same input in multiple requests, provided that you also specify a different idempotency token for each request.

The name of the portfolio provider.

Tags to associate with the new portfolio.

Trait Implementations

impl Default for CreatePortfolioInput
[src]

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

impl Debug for CreatePortfolioInput
[src]

Formats the value using the given formatter.

impl Clone for CreatePortfolioInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more