Struct rusoto_servicecatalog::ProvisionedProductDetail [] [src]

pub struct ProvisionedProductDetail {
    pub arn: Option<ProvisionedProductNameOrArn>,
    pub created_time: Option<CreatedTime>,
    pub id: Option<ProvisionedProductId>,
    pub idempotency_token: Option<IdempotencyToken>,
    pub last_record_id: Option<LastRequestId>,
    pub name: Option<ProvisionedProductNameOrArn>,
    pub status: Option<RecordStatus>,
    pub status_message: Option<ProvisionedProductStatusMessage>,
    pub type_: Option<ProvisionedProductType>,
}

Detailed information about a ProvisionedProduct object.

Fields

The ARN associated with the ProvisionedProduct object.

The UTC timestamp of the creation time.

The identifier of the ProvisionedProduct object.

A token to disambiguate duplicate requests. You can create multiple resources using the same input in multiple requests, provided that you also specify a different idempotency token for each request.

The record identifier of the last request performed on this ProvisionedProduct object.

The user-friendly name of the ProvisionedProduct object.

The current status of the ProvisionedProduct.

The current status message of the ProvisionedProduct.

The type of the ProvisionedProduct object.

Trait Implementations

impl Default for ProvisionedProductDetail
[src]

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

impl Debug for ProvisionedProductDetail
[src]

Formats the value using the given formatter.

impl Clone for ProvisionedProductDetail
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more