Struct rusoto_config::ConfigExportDeliveryInfo [] [src]

pub struct ConfigExportDeliveryInfo {
    pub last_attempt_time: Option<f64>,
    pub last_error_code: Option<String>,
    pub last_error_message: Option<String>,
    pub last_status: Option<String>,
    pub last_successful_time: Option<f64>,
    pub next_delivery_time: Option<f64>,
}

A list that contains the status of the delivery of either the snapshot or the configuration history to the specified Amazon S3 bucket.

Fields

The time of the last attempted delivery.

The error code from the last attempted delivery.

The error message from the last attempted delivery.

Status of the last attempted delivery.

The time of the last successful delivery.

The time that the next delivery occurs.

Trait Implementations

impl Default for ConfigExportDeliveryInfo
[src]

[src]

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

impl Debug for ConfigExportDeliveryInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for ConfigExportDeliveryInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more