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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Note:

When making an API call, you may pass UpdateProvisioningArtifactInput data as a hash:

{
  accept_language: "AcceptLanguage",
  product_id: "Id", # required
  provisioning_artifact_id: "Id", # required
  name: "ProvisioningArtifactName",
  description: "ProvisioningArtifactDescription",
  active: false,
  guidance: "DEFAULT", # accepts DEFAULT, DEPRECATED
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


7720
7721
7722
7723
7724
7725
7726
7727
7728
7729
7730
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7720

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)


7720
7721
7722
7723
7724
7725
7726
7727
7728
7729
7730
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7720

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)


7720
7721
7722
7723
7724
7725
7726
7727
7728
7729
7730
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7720

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)


7720
7721
7722
7723
7724
7725
7726
7727
7728
7729
7730
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7720

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)


7720
7721
7722
7723
7724
7725
7726
7727
7728
7729
7730
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7720

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)


7720
7721
7722
7723
7724
7725
7726
7727
7728
7729
7730
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7720

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)


7720
7721
7722
7723
7724
7725
7726
7727
7728
7729
7730
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7720

class UpdateProvisioningArtifactInput < Struct.new(
  :accept_language,
  :product_id,
  :provisioning_artifact_id,
  :name,
  :description,
  :active,
  :guidance)
  SENSITIVE = []
  include Aws::Structure
end