Class: Aws::ServiceCatalog::Types::CreateProvisioningArtifactInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::CreateProvisioningArtifactInput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept_language ⇒ String
The language code.
-
#idempotency_token ⇒ String
A unique identifier that you provide to ensure idempotency.
-
#parameters ⇒ Types::ProvisioningArtifactProperties
The configuration for the provisioning artifact.
-
#product_id ⇒ String
The product identifier.
Instance Attribute Details
#accept_language ⇒ String
The language code.
jp
- Japanesezh
- Chinese
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_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.
A suitable default value is auto-generated. You should normally not need to pass this option.
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 |
#parameters ⇒ Types::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_id ⇒ String
The product identifier.
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 |