You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ServiceCatalog::Types::TerminateProvisionedProductInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TerminateProvisionedProductInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  provisioned_product_name: "ProvisionedProductNameOrArn",
  provisioned_product_id: "Id",
  terminate_token: "IdempotencyToken", # required
  ignore_errors: false,
  accept_language: "AcceptLanguage",
  retain_physical_resources: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

Returns:

  • (String)

    The language code.

#ignore_errorsBoolean

If set to true, AWS Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.

Returns:

  • (Boolean)

    If set to true, AWS Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.

#provisioned_product_idString

The identifier of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId.

Returns:

  • (String)

    The identifier of the provisioned product.

#provisioned_product_nameString

The name of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId.

Returns:

  • (String)

    The name of the provisioned product.

#retain_physical_resourcesBoolean

When this boolean parameter is set to true, the TerminateProvisionedProduct API deletes the Service Catalog provisioned product. However, it does not remove the CloudFormation stack, stack set, or the underlying resources of the deleted provisioned product. The default value is false.

Returns:

  • (Boolean)

    When this boolean parameter is set to true, the TerminateProvisionedProduct API deletes the Service Catalog provisioned product.

#terminate_tokenString

An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the provisioned product is terminated, subsequent requests to terminate the same provisioned product always return ResourceNotFound.

Returns:

  • (String)

    An idempotency token that uniquely identifies the termination request.