[][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

aws_region: Option<String>

The region authorized to collect aggregated data.

last_error_code: Option<String>

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

last_error_message: Option<String>

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

last_update_status: Option<String>

Filters the last updated status type.

last_update_time: Option<f64>

The time of the last update.

source_id: Option<String>

The source account ID or an organization.

source_type: Option<String>

The source account or an organization.

Trait Implementations

impl PartialEq<AggregatedSourceStatus> for AggregatedSourceStatus[src]

impl Default for AggregatedSourceStatus[src]

impl Clone for AggregatedSourceStatus[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AggregatedSourceStatus[src]

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

Auto Trait Implementations

impl Send for AggregatedSourceStatus

impl Sync for AggregatedSourceStatus

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]

type Owned = T

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

type Error = !

🔬 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]

type Error = <U as TryFrom<T>>::Error

🔬 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> Erased for T

impl<T> Same for T

type Output = T

Should always be Self