[][src]Struct rusoto_mgh::AssociateDiscoveredResourceRequest

pub struct AssociateDiscoveredResourceRequest {
    pub discovered_resource: DiscoveredResource,
    pub dry_run: Option<bool>,
    pub migration_task_name: String,
    pub progress_update_stream: String,
}

Fields

discovered_resource: DiscoveredResource

Object representing a Resource.

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

The identifier given to the MigrationTask. Do not store personal data in this field.

progress_update_stream: String

The name of the ProgressUpdateStream.

Trait Implementations

impl Clone for AssociateDiscoveredResourceRequest[src]

impl Debug for AssociateDiscoveredResourceRequest[src]

impl Default for AssociateDiscoveredResourceRequest[src]

impl PartialEq<AssociateDiscoveredResourceRequest> for AssociateDiscoveredResourceRequest[src]

impl Serialize for AssociateDiscoveredResourceRequest[src]

impl StructuralPartialEq for AssociateDiscoveredResourceRequest[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> From<T> for T[src]

impl<T> Instrument 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.