Class: Aws::ServiceCatalog::Types::DeleteProvisioningArtifactInput

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 DeleteProvisioningArtifactInput data as a hash:

{
  accept_language: "AcceptLanguage",
  product_id: "Id", # required
  provisioning_artifact_id: "Id", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


1506
1507
1508
1509
1510
1511
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1506

class DeleteProvisioningArtifactInput < Struct.new(
  :accept_language,
  :product_id,
  :provisioning_artifact_id)
  include Aws::Structure
end

#product_idString

The product identifier.

Returns:

  • (String)


1506
1507
1508
1509
1510
1511
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1506

class DeleteProvisioningArtifactInput < Struct.new(
  :accept_language,
  :product_id,
  :provisioning_artifact_id)
  include Aws::Structure
end

#provisioning_artifact_idString

The identifier of the provisioning artifact.

Returns:

  • (String)


1506
1507
1508
1509
1510
1511
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1506

class DeleteProvisioningArtifactInput < Struct.new(
  :accept_language,
  :product_id,
  :provisioning_artifact_id)
  include Aws::Structure
end