Struct rusoto_servicecatalog::TerminateProvisionedProductOutput [] [src]

pub struct TerminateProvisionedProductOutput {
    pub record_detail: Option<RecordDetail>,
}

Fields

The detailed result of the TerminateProvisionedProduct request, containing the inputs made to that request, the current state of the request, a pointer to the ProvisionedProduct object that the request is modifying, and a list of any errors that the request encountered.

Trait Implementations

impl Default for TerminateProvisionedProductOutput
[src]

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

impl Debug for TerminateProvisionedProductOutput
[src]

Formats the value using the given formatter.

impl Clone for TerminateProvisionedProductOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more