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

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.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


1428
1429
1430
1431
1432
1433
1434
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1428

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

#product_idString

The product identifier.

Returns:

  • (String)


1428
1429
1430
1431
1432
1433
1434
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1428

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

#provisioning_artifact_idString

The identifier of the provisioning artifact.

Returns:

  • (String)


1428
1429
1430
1431
1432
1433
1434
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1428

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