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,
}

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


6119
6120
6121
6122
6123
6124
6125
6126
6127
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6119

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

#activeBoolean

Indicates whether the product version is active.

Returns:

  • (Boolean)


6119
6120
6121
6122
6123
6124
6125
6126
6127
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6119

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

#descriptionString

The updated description of the provisioning artifact.

Returns:

  • (String)


6119
6120
6121
6122
6123
6124
6125
6126
6127
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6119

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

#nameString

The updated name of the provisioning artifact.

Returns:

  • (String)


6119
6120
6121
6122
6123
6124
6125
6126
6127
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6119

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

#product_idString

The product identifier.

Returns:

  • (String)


6119
6120
6121
6122
6123
6124
6125
6126
6127
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6119

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

#provisioning_artifact_idString

The identifier of the provisioning artifact.

Returns:

  • (String)


6119
6120
6121
6122
6123
6124
6125
6126
6127
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6119

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