You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ServiceCatalog::Types::UpdateProductInputWhen passing UpdateProductInput as input to an Aws::Client method, you can use a vanilla Hash:
{
accept_language: "AcceptLanguage",
id: "Id", name: "ProductViewName",
owner: "ProductViewOwner",
description: "ProductViewShortDescription",
distributor: "ProductViewOwner",
support_description: "SupportDescription",
support_email: "SupportEmail",
support_url: "SupportUrl",
add_tags: [
{
key: "TagKey", value: "TagValue", },
],
remove_tags: ["TagKey"],
}
Instance Attribute Summary collapse
The language code.
The tags to add to the product.
The updated description of the product.
The updated distributor of the product.
The product identifier.
The updated product name.
The updated owner of the product.
The tags to remove from the product.
The updated support description for the product.
The updated support email for the product.
The updated support URL for the product.
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
The tags to add to the product.
#description ⇒ StringThe updated description of the product.
#distributor ⇒ StringThe updated distributor of the product.
#name ⇒ StringThe updated product name.
#owner ⇒ StringThe updated owner of the product.
#remove_tags ⇒ Array<String>The tags to remove from the product.
#support_description ⇒ StringThe updated support description for the product.
#support_email ⇒ StringThe updated support email for the product.
#support_url ⇒ StringThe updated support URL for the product.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4