[][src]Struct rusoto_config::AggregatedSourceStatus

pub struct AggregatedSourceStatus {
    pub aws_region: Option<String>,
    pub last_error_code: Option<String>,
    pub last_error_message: Option<String>,
    pub last_update_status: Option<String>,
    pub last_update_time: Option<f64>,
    pub source_id: Option<String>,
    pub source_type: Option<String>,
}

The current sync status between the source and the aggregator account.

Fields

The region authorized to collect aggregated data.

The error code that AWS Config returned when the source account aggregation last failed.

The message indicating that the source account aggregation failed due to an error.

Filters the last updated status type.

  • Valid value FAILED indicates errors while moving data.

  • Valid value SUCCEEDED indicates the data was successfully moved.

  • Valid value OUTDATED indicates the data is not the most recent.

The time of the last update.

The source account ID or an organization.

The source account or an organization.

Trait Implementations

impl Clone for AggregatedSourceStatus
[src]

Performs copy-assignment from source. Read more

impl Default for AggregatedSourceStatus
[src]

impl PartialEq<AggregatedSourceStatus> for AggregatedSourceStatus
[src]

impl Debug for AggregatedSourceStatus
[src]

impl<'de> Deserialize<'de> for AggregatedSourceStatus
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Same for T

Should always be Self

impl<T> Erased for T