Class: Aws::ServiceCatalog::Types::CreateProvisioningArtifactInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


1111
1112
1113
1114
1115
1116
1117
1118
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1111

class CreateProvisioningArtifactInput < Struct.new(
  :accept_language,
  :product_id,
  :parameters,
  :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)


1111
1112
1113
1114
1115
1116
1117
1118
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1111

class CreateProvisioningArtifactInput < Struct.new(
  :accept_language,
  :product_id,
  :parameters,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end

#parametersTypes::ProvisioningArtifactProperties

The configuration for the provisioning artifact.



1111
1112
1113
1114
1115
1116
1117
1118
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1111

class CreateProvisioningArtifactInput < Struct.new(
  :accept_language,
  :product_id,
  :parameters,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end

#product_idString

The product identifier.

Returns:

  • (String)


1111
1112
1113
1114
1115
1116
1117
1118
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1111

class CreateProvisioningArtifactInput < Struct.new(
  :accept_language,
  :product_id,
  :parameters,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end