Struct rusoto_servicecatalog::UpdateProvisionedProductOutput [] [src]

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

Fields

The detailed result of the UpdateProvisionedProduct 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 UpdateProvisionedProductOutput
[src]

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

impl Debug for UpdateProvisionedProductOutput
[src]

Formats the value using the given formatter.

impl Clone for UpdateProvisionedProductOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more