[−][src]Struct rusoto_mgh::NotifyMigrationTaskStateRequest
Fields
dry_run: Option<bool>
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
migration_task_name: String
Unique identifier that references the migration task.
next_update_seconds: i64
Number of seconds after the UpdateDateTime within which the Migration Hub can expect an update. If Migration Hub does not receive an update within the specified interval, then the migration task will be considered stale.
progress_update_stream: String
The name of the ProgressUpdateStream.
task: Task
Information about the task's progress and status.
update_date_time: f64
The timestamp when the task was gathered.
Trait Implementations
impl PartialEq<NotifyMigrationTaskStateRequest> for NotifyMigrationTaskStateRequest
[src]
fn eq(&self, other: &NotifyMigrationTaskStateRequest) -> bool
[src]
fn ne(&self, other: &NotifyMigrationTaskStateRequest) -> bool
[src]
impl Default for NotifyMigrationTaskStateRequest
[src]
impl Clone for NotifyMigrationTaskStateRequest
[src]
fn clone(&self) -> NotifyMigrationTaskStateRequest
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for NotifyMigrationTaskStateRequest
[src]
impl Serialize for NotifyMigrationTaskStateRequest
[src]
Auto Trait Implementations
impl Send for NotifyMigrationTaskStateRequest
impl Sync for NotifyMigrationTaskStateRequest
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
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.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self