Struct rusoto_servicecatalog::RecordDetail [] [src]

pub struct RecordDetail {
    pub created_time: Option<f64>,
    pub path_id: Option<String>,
    pub product_id: Option<String>,
    pub provisioned_product_id: Option<String>,
    pub provisioned_product_name: Option<String>,
    pub provisioned_product_type: Option<String>,
    pub provisioning_artifact_id: Option<String>,
    pub record_errors: Option<Vec<RecordError>>,
    pub record_id: Option<String>,
    pub record_tags: Option<Vec<RecordTag>>,
    pub record_type: Option<String>,
    pub status: Option<String>,
    pub updated_time: Option<f64>,
}

The full details of a specific ProvisionedProduct object.

Fields

The UTC timestamp of the creation time.

The identifier of the path for this product's provisioning.

The product identifier.

The identifier of the ProvisionedProduct object.

The user-friendly name of the ProvisionedProduct object.

The type of the ProvisionedProduct object.

The provisioning artifact identifier for this product. This is sometimes referred to as the product version.

A list of errors that occurred while processing the request.

The identifier of the ProvisionedProduct object record.

List of tags associated with this record.

The record type for this record.

The status of the ProvisionedProduct object.

CREATED - Request created but the operation has not yet started.

IN_PROGRESS - The requested operation is in-progress.

IN_PROGRESS_IN_ERROR - The provisioned product is under change but the requested operation failed and some remediation is occurring. For example, a roll-back.

SUCCEEDED - The requested operation has successfully completed.

FAILED - The requested operation has completed but has failed. Investigate using the error messages returned.

The time when the record for the ProvisionedProduct object was last updated.

Trait Implementations

impl Default for RecordDetail
[src]

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

impl Debug for RecordDetail
[src]

Formats the value using the given formatter.

impl Clone for RecordDetail
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more