Struct rusoto_servicecatalog::UpdateProductInput[][src]

pub struct UpdateProductInput {
    pub accept_language: Option<String>,
    pub add_tags: Option<Vec<Tag>>,
    pub description: Option<String>,
    pub distributor: Option<String>,
    pub id: String,
    pub name: Option<String>,
    pub owner: Option<String>,
    pub remove_tags: Option<Vec<String>>,
    pub support_description: Option<String>,
    pub support_email: Option<String>,
    pub support_url: Option<String>,
}

Fields

accept_language: Option<String>

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

add_tags: Option<Vec<Tag>>

The tags to add to the product.

description: Option<String>

The updated description of the product.

distributor: Option<String>

The updated distributor of the product.

id: String

The product identifier.

name: Option<String>

The updated product name.

owner: Option<String>

The updated owner of the product.

remove_tags: Option<Vec<String>>

The tags to remove from the product.

support_description: Option<String>

The updated support description for the product.

support_email: Option<String>

The updated support email for the product.

support_url: Option<String>

The updated support URL for the product.

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.