Struct rusoto_support::TrustedAdvisorCheckRefreshStatus [] [src]

pub struct TrustedAdvisorCheckRefreshStatus {
    pub check_id: String,
    pub millis_until_next_refreshable: Long,
    pub status: String,
}

The refresh status of a Trusted Advisor check.

Fields

The unique identifier for the Trusted Advisor check.

The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh.

The status of the Trusted Advisor check for which a refresh has been requested: "none", "enqueued", "processing", "success", or "abandoned".

Trait Implementations

impl Default for TrustedAdvisorCheckRefreshStatus
[src]

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

impl Debug for TrustedAdvisorCheckRefreshStatus
[src]

Formats the value using the given formatter.

impl Clone for TrustedAdvisorCheckRefreshStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more