Class: Aws::ServiceCatalog::Types::DeleteProvisioningArtifactInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DeleteProvisioningArtifactInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept_language ⇒ String
The language code.
-
#product_id ⇒ String
The product identifier.
-
#provisioning_artifact_id ⇒ String
The identifier of the provisioning artifact.
Instance Attribute Details
#accept_language ⇒ String
The language code.
-
‘jp` - Japanese
-
‘zh` - Chinese
1458 1459 1460 1461 1462 1463 1464 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1458 class DeleteProvisioningArtifactInput < Struct.new( :accept_language, :product_id, :provisioning_artifact_id) SENSITIVE = [] include Aws::Structure end |
#product_id ⇒ String
The product identifier.
1458 1459 1460 1461 1462 1463 1464 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1458 class DeleteProvisioningArtifactInput < Struct.new( :accept_language, :product_id, :provisioning_artifact_id) SENSITIVE = [] include Aws::Structure end |
#provisioning_artifact_id ⇒ String
The identifier of the provisioning artifact.
1458 1459 1460 1461 1462 1463 1464 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1458 class DeleteProvisioningArtifactInput < Struct.new( :accept_language, :product_id, :provisioning_artifact_id) SENSITIVE = [] include Aws::Structure end |