[][src]Struct rusoto_translate::UpdateParallelDataResponse

pub struct UpdateParallelDataResponse {
    pub latest_update_attempt_at: Option<f64>,
    pub latest_update_attempt_status: Option<String>,
    pub name: Option<String>,
    pub status: Option<String>,
}

Fields

latest_update_attempt_at: Option<f64>

The time that the most recent update was attempted.

latest_update_attempt_status: Option<String>

The status of the parallel data update attempt. When the updated parallel data resource is ready for you to use, the status is ACTIVE.

name: Option<String>

The name of the parallel data resource being updated.

status: Option<String>

The status of the parallel data resource that you are attempting to update. Your update request is accepted only if this status is either ACTIVE or FAILED.

Trait Implementations

impl Clone for UpdateParallelDataResponse[src]

impl Debug for UpdateParallelDataResponse[src]

impl Default for UpdateParallelDataResponse[src]

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

impl PartialEq<UpdateParallelDataResponse> for UpdateParallelDataResponse[src]

impl StructuralPartialEq for UpdateParallelDataResponse[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<T> Instrument for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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.