Struct rusoto_servicecatalog::CreatePortfolioInput[][src]

pub struct CreatePortfolioInput {
    pub accept_language: Option<String>,
    pub description: Option<String>,
    pub display_name: String,
    pub idempotency_token: String,
    pub provider_name: String,
    pub tags: Option<Vec<Tag>>,
}

Fields

accept_language: Option<String>

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

description: Option<String>

The description of the portfolio.

display_name: String

The name to use for display purposes.

idempotency_token: String

A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

provider_name: String

The name of the portfolio provider.

tags: Option<Vec<Tag>>

One or more tags.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.