Struct rusoto_servicecatalog::ProvisionProductOutput [] [src]

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

Fields

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

Trait Implementations

impl Default for ProvisionProductOutput
[src]

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

impl Debug for ProvisionProductOutput
[src]

Formats the value using the given formatter.

impl Clone for ProvisionProductOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more