Class: Aws::ServiceCatalog::Types::UpdateProvisioningArtifactInput

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)


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

#activeBoolean

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.

Returns:

  • (Boolean)


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

#descriptionString

The updated description of the provisioning artifact.

Returns:

  • (String)


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

#guidanceString

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.

Returns:

  • (String)


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

#nameString

The updated name of the provisioning artifact.

Returns:

  • (String)


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_idString

The product identifier.

Returns:

  • (String)


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_idString

The identifier of the provisioning artifact.

Returns:

  • (String)


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