Class: Aws::ServiceCatalog::Types::UpdateProvisioningArtifactInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::UpdateProvisioningArtifactInput
- 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.
-
#active ⇒ Boolean
Indicates whether the product version is active.
-
#description ⇒ String
The updated description of the provisioning artifact.
-
#guidance ⇒ String
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
-
#name ⇒ String
The updated name of the provisioning artifact.
-
#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
7068 7069 7070 7071 7072 7073 7074 7075 7076 7077 7078 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7068 class UpdateProvisioningArtifactInput < Struct.new( :accept_language, :product_id, :provisioning_artifact_id, :name, :description, :active, :guidance) SENSITIVE = [] include Aws::Structure end |
#active ⇒ Boolean
Indicates whether the product version is active.
Inactive provisioning artifacts are invisible to end users. End users cannot launch or update a provisioned product from an inactive provisioning artifact.
7068 7069 7070 7071 7072 7073 7074 7075 7076 7077 7078 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7068 class UpdateProvisioningArtifactInput < Struct.new( :accept_language, :product_id, :provisioning_artifact_id, :name, :description, :active, :guidance) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The updated description of the provisioning artifact.
7068 7069 7070 7071 7072 7073 7074 7075 7076 7077 7078 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7068 class UpdateProvisioningArtifactInput < Struct.new( :accept_language, :product_id, :provisioning_artifact_id, :name, :description, :active, :guidance) SENSITIVE = [] include Aws::Structure end |
#guidance ⇒ String
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
The ‘DEFAULT` value indicates that the product version is active.
The administrator can set the guidance to ‘DEPRECATED` to inform users that the product version is deprecated. Users are able to make updates to a provisioned product of a deprecated version but cannot launch new provisioned products using a deprecated version.
7068 7069 7070 7071 7072 7073 7074 7075 7076 7077 7078 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7068 class UpdateProvisioningArtifactInput < Struct.new( :accept_language, :product_id, :provisioning_artifact_id, :name, :description, :active, :guidance) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The updated name of the provisioning artifact.
7068 7069 7070 7071 7072 7073 7074 7075 7076 7077 7078 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7068 class UpdateProvisioningArtifactInput < Struct.new( :accept_language, :product_id, :provisioning_artifact_id, :name, :description, :active, :guidance) SENSITIVE = [] include Aws::Structure end |
#product_id ⇒ String
The product identifier.
7068 7069 7070 7071 7072 7073 7074 7075 7076 7077 7078 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7068 class UpdateProvisioningArtifactInput < Struct.new( :accept_language, :product_id, :provisioning_artifact_id, :name, :description, :active, :guidance) SENSITIVE = [] include Aws::Structure end |
#provisioning_artifact_id ⇒ String
The identifier of the provisioning artifact.
7068 7069 7070 7071 7072 7073 7074 7075 7076 7077 7078 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7068 class UpdateProvisioningArtifactInput < Struct.new( :accept_language, :product_id, :provisioning_artifact_id, :name, :description, :active, :guidance) SENSITIVE = [] include Aws::Structure end |