Class: Aws::ServiceCatalog::Types::ImportAsProvisionedProductInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • jp - Japanese

  • zh - Chinese

Returns:

  • (String)


2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2857

class ImportAsProvisionedProductInput < Struct.new(
  :accept_language,
  :product_id,
  :provisioning_artifact_id,
  :provisioned_product_name,
  :physical_id,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end

#idempotency_tokenString

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.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2857

class ImportAsProvisionedProductInput < Struct.new(
  :accept_language,
  :product_id,
  :provisioning_artifact_id,
  :provisioned_product_name,
  :physical_id,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end

#physical_idString

The unique identifier of the resource to be imported. It only currently supports CloudFormation stack IDs.

Returns:

  • (String)


2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2857

class ImportAsProvisionedProductInput < Struct.new(
  :accept_language,
  :product_id,
  :provisioning_artifact_id,
  :provisioned_product_name,
  :physical_id,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end

#product_idString

The product identifier.

Returns:

  • (String)


2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2857

class ImportAsProvisionedProductInput < Struct.new(
  :accept_language,
  :product_id,
  :provisioning_artifact_id,
  :provisioned_product_name,
  :physical_id,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end

#provisioned_product_nameString

The user-friendly name of the provisioned product. The value must be unique for the Amazon Web Services account. The name cannot be updated after the product is provisioned.

Returns:

  • (String)


2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2857

class ImportAsProvisionedProductInput < Struct.new(
  :accept_language,
  :product_id,
  :provisioning_artifact_id,
  :provisioned_product_name,
  :physical_id,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end

#provisioning_artifact_idString

The identifier of the provisioning artifact.

Returns:

  • (String)


2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2857

class ImportAsProvisionedProductInput < Struct.new(
  :accept_language,
  :product_id,
  :provisioning_artifact_id,
  :provisioned_product_name,
  :physical_id,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end