[][src]Struct rusoto_ssm::AssociationExecution

pub struct AssociationExecution {
    pub association_id: Option<String>,
    pub association_version: Option<String>,
    pub created_time: Option<f64>,
    pub detailed_status: Option<String>,
    pub execution_id: Option<String>,
    pub last_execution_date: Option<f64>,
    pub resource_count_by_status: Option<String>,
    pub status: Option<String>,
}

Includes information about the specified association.

Fields

association_id: Option<String>

The association ID.

association_version: Option<String>

The association version.

created_time: Option<f64>

The time the execution started.

detailed_status: Option<String>

Detailed status information about the execution.

execution_id: Option<String>

The execution ID for the association.

last_execution_date: Option<f64>

The date of the last execution.

resource_count_by_status: Option<String>

An aggregate status of the resources in the execution based on the status type.

status: Option<String>

The status of the association execution.

Trait Implementations

impl Clone for AssociationExecution[src]

impl Default for AssociationExecution[src]

impl PartialEq<AssociationExecution> for AssociationExecution[src]

impl Debug for AssociationExecution[src]

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

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for T[src]

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self