A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/ServiceCatalog/Types/CopyProductInput.html below:

CopyProductInput — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ServiceCatalog::Types::CopyProductInput
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing CopyProductInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  accept_language: "AcceptLanguage",
  source_product_arn: "ProductArn",   target_product_id: "Id",
  target_product_name: "ProductViewName",
  source_provisioning_artifact_identifiers: [
    {
      "Id" => "ProvisioningArtifactPropertyValue",
    },
  ],
  copy_options: ["CopyTags"],   idempotency_token: "IdempotencyToken", }
Instance Attribute Summary collapse Instance Attribute Details #accept_language ⇒ String

The language code.

#copy_options ⇒ Array<String>

The copy options. If the value is CopyTags, the tags from the source product are copied to the target product.

#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.

#source_product_arn ⇒ String

The Amazon Resource Name (ARN) of the source product.

#source_provisioning_artifact_identifiers ⇒ Array<Hash<String,String>>

The identifiers of the provisioning artifacts (also known as versions) of the product to copy. By default, all provisioning artifacts are copied.

#target_product_id ⇒ String

The identifier of the target product. By default, a new product is created.

#target_product_name ⇒ String

A name for the target product. The default is the name of the source 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