You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ServiceCatalog::Types::CopyProductInputWhen 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
The language code.
The copy options.
A unique identifier that you provide to ensure idempotency.
The Amazon Resource Name (ARN) of the source product.
The identifiers of the provisioning artifacts (also known as versions) of the product to copy.
The identifier of the target product.
A name for the target product.
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
The copy options. If the value is CopyTags
, the tags from the source product are copied to the target product.
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 ⇒ StringThe 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 ⇒ StringThe identifier of the target product. By default, a new product is created.
#target_product_name ⇒ StringA 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