Struct rusoto_servicecatalog::TerminateProvisionedProductInput [] [src]

pub struct TerminateProvisionedProductInput {
    pub accept_language: Option<AcceptLanguage>,
    pub ignore_errors: Option<IgnoreErrors>,
    pub provisioned_product_id: Option<Id>,
    pub provisioned_product_name: Option<ProvisionedProductNameOrArn>,
    pub terminate_token: IdempotencyToken,
}

Fields

The language code to use for this operation. Supported language codes are as follows:

"en" (English)

"jp" (Japanese)

"zh" (Chinese)

If no code is specified, "en" is used as the default.

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

The identifier of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

The name of the ProvisionedProduct object to terminate. You must specify either ProvisionedProductName or ProvisionedProductId, but not both.

An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the ProvisionedProduct object is terminated, further requests to terminate the same ProvisionedProduct object always return ResourceNotFound regardless of the value of TerminateToken.

Trait Implementations

impl Default for TerminateProvisionedProductInput
[src]

Returns the "default value" for a type. Read more

impl Debug for TerminateProvisionedProductInput
[src]

Formats the value using the given formatter.

impl Clone for TerminateProvisionedProductInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more