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

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)


1127
1128
1129
1130
1131
1132
1133
1134
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1127

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)


1127
1128
1129
1130
1131
1132
1133
1134
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1127

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

#parametersTypes::ProvisioningArtifactProperties

The configuration for the provisioning artifact.



1127
1128
1129
1130
1131
1132
1133
1134
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1127

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

#product_idString

The product identifier.

Returns:

  • (String)


1127
1128
1129
1130
1131
1132
1133
1134
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1127

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