Class: Aws::ServiceCatalog::Types::UpdateProductInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Note:

When making an API call, you may pass UpdateProductInput data as a hash:

{
  accept_language: "AcceptLanguage",
  id: "Id", # required
  name: "ProductViewName",
  owner: "ProductViewOwner",
  description: "ProductViewShortDescription",
  distributor: "ProductViewOwner",
  support_description: "SupportDescription",
  support_email: "SupportEmail",
  support_url: "SupportUrl",
  add_tags: [
    {
      key: "TagKey", # required
      value: "TagValue", # required
    },
  ],
  remove_tags: ["TagKey"],
}

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5939

class UpdateProductInput < Struct.new(
  :accept_language,
  :id,
  :name,
  :owner,
  :description,
  :distributor,
  :support_description,
  :support_email,
  :support_url,
  :add_tags,
  :remove_tags)
  include Aws::Structure
end

#add_tagsArray<Types::Tag>

The tags to add to the product.

Returns:



5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5939

class UpdateProductInput < Struct.new(
  :accept_language,
  :id,
  :name,
  :owner,
  :description,
  :distributor,
  :support_description,
  :support_email,
  :support_url,
  :add_tags,
  :remove_tags)
  include Aws::Structure
end

#descriptionString

The updated description of the product.

Returns:

  • (String)


5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5939

class UpdateProductInput < Struct.new(
  :accept_language,
  :id,
  :name,
  :owner,
  :description,
  :distributor,
  :support_description,
  :support_email,
  :support_url,
  :add_tags,
  :remove_tags)
  include Aws::Structure
end

#distributorString

The updated distributor of the product.

Returns:

  • (String)


5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5939

class UpdateProductInput < Struct.new(
  :accept_language,
  :id,
  :name,
  :owner,
  :description,
  :distributor,
  :support_description,
  :support_email,
  :support_url,
  :add_tags,
  :remove_tags)
  include Aws::Structure
end

#idString

The product identifier.

Returns:

  • (String)


5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5939

class UpdateProductInput < Struct.new(
  :accept_language,
  :id,
  :name,
  :owner,
  :description,
  :distributor,
  :support_description,
  :support_email,
  :support_url,
  :add_tags,
  :remove_tags)
  include Aws::Structure
end

#nameString

The updated product name.

Returns:

  • (String)


5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5939

class UpdateProductInput < Struct.new(
  :accept_language,
  :id,
  :name,
  :owner,
  :description,
  :distributor,
  :support_description,
  :support_email,
  :support_url,
  :add_tags,
  :remove_tags)
  include Aws::Structure
end

#ownerString

The updated owner of the product.

Returns:

  • (String)


5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5939

class UpdateProductInput < Struct.new(
  :accept_language,
  :id,
  :name,
  :owner,
  :description,
  :distributor,
  :support_description,
  :support_email,
  :support_url,
  :add_tags,
  :remove_tags)
  include Aws::Structure
end

#remove_tagsArray<String>

The tags to remove from the product.

Returns:

  • (Array<String>)


5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5939

class UpdateProductInput < Struct.new(
  :accept_language,
  :id,
  :name,
  :owner,
  :description,
  :distributor,
  :support_description,
  :support_email,
  :support_url,
  :add_tags,
  :remove_tags)
  include Aws::Structure
end

#support_descriptionString

The updated support description for the product.

Returns:

  • (String)


5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5939

class UpdateProductInput < Struct.new(
  :accept_language,
  :id,
  :name,
  :owner,
  :description,
  :distributor,
  :support_description,
  :support_email,
  :support_url,
  :add_tags,
  :remove_tags)
  include Aws::Structure
end

#support_emailString

The updated support email for the product.

Returns:

  • (String)


5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5939

class UpdateProductInput < Struct.new(
  :accept_language,
  :id,
  :name,
  :owner,
  :description,
  :distributor,
  :support_description,
  :support_email,
  :support_url,
  :add_tags,
  :remove_tags)
  include Aws::Structure
end

#support_urlString

The updated support URL for the product.

Returns:

  • (String)


5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5939

class UpdateProductInput < Struct.new(
  :accept_language,
  :id,
  :name,
  :owner,
  :description,
  :distributor,
  :support_description,
  :support_email,
  :support_url,
  :add_tags,
  :remove_tags)
  include Aws::Structure
end