Struct rusoto_servicecatalog::RecordDetail [] [src]

pub struct RecordDetail {
    pub created_time: Option<CreatedTime>,
    pub path_id: Option<Id>,
    pub product_id: Option<Id>,
    pub provisioned_product_id: Option<Id>,
    pub provisioned_product_name: Option<ProvisionedProductName>,
    pub provisioned_product_type: Option<ProvisionedProductType>,
    pub provisioning_artifact_id: Option<Id>,
    pub record_errors: Option<RecordErrors>,
    pub record_id: Option<Id>,
    pub record_tags: Option<RecordTags>,
    pub record_type: Option<RecordType>,
    pub status: Option<RecordStatus>,
    pub updated_time: Option<UpdatedTime>,
}

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.

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.

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