Struct rusoto_servicecatalog::UpdateProductInput [] [src]

pub struct UpdateProductInput {
    pub accept_language: Option<AcceptLanguage>,
    pub add_tags: Option<AddTags>,
    pub description: Option<ProductViewShortDescription>,
    pub distributor: Option<ProductViewOwner>,
    pub id: Id,
    pub name: Option<ProductViewName>,
    pub owner: Option<ProductViewOwner>,
    pub remove_tags: Option<TagKeys>,
    pub support_description: Option<SupportDescription>,
    pub support_email: Option<SupportEmail>,
    pub support_url: Option<SupportUrl>,
}

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.

Tags to add to the existing list of tags associated with the product.

The updated text description of the product.

The updated distributor of the product.

The identifier of the product for the update request.

The updated product name.

The updated owner of the product.

Tags to remove from the existing list of tags associated with the product.

The updated support description for the product.

The updated support email for the product.

The updated support URL for the product.

Trait Implementations

impl Default for UpdateProductInput
[src]

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

impl Debug for UpdateProductInput
[src]

Formats the value using the given formatter.

impl Clone for UpdateProductInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more