[−][src]Struct rusoto_mgh::PutResourceAttributesRequest 
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: StringUnique identifier that references the migration task.
progress_update_stream: StringThe name of the ProgressUpdateStream.
resource_attribute_list: Vec<ResourceAttribute>Information about the resource that is being migrated. This data will be used to map the task to a resource in the Application Discovery Service (ADS)'s repository.
Takes the object array of ResourceAttribute where the Type field is reserved for the following values: IPV4ADDRESS | IPV6ADDRESS | MACADDRESS | FQDN | VMMANAGERID | VMMANAGEDOBJECTREFERENCE | VMNAME | VMPATH | BIOSID | MOTHERBOARDSERIALNUMBER where the identifying value can be a string up to 256 characters.
-  
If any "VM" related value is set for a
ResourceAttributeobject, it is required thatVMMANAGERID, as a minimum, is always set. IfVMMANAGERIDis not set, then all "VM" fields will be discarded and "VM" fields will not be used for matching the migration task to a server in Application Discovery Service (ADS)'s repository. See the <a href="https://docs.aws.amazon.com/migrationhub/latest/ug/APIPutResourceAttributes.html#APIPutResourceAttributesExamples">Example section below for a use case of specifying "VM" related values. -  
If a server you are trying to match has multiple IP or MAC addresses, you should provide as many as you know in separate type/value pairs passed to the
ResourceAttributeListparameter to maximize the chances of matching. 
Trait Implementations
impl PartialEq<PutResourceAttributesRequest> for PutResourceAttributesRequest[src]
fn eq(&self, other: &PutResourceAttributesRequest) -> bool[src]
fn ne(&self, other: &PutResourceAttributesRequest) -> bool[src]
impl Default for PutResourceAttributesRequest[src]
impl Clone for PutResourceAttributesRequest[src]
fn clone(&self) -> PutResourceAttributesRequest[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for PutResourceAttributesRequest[src]
impl Serialize for PutResourceAttributesRequest[src]
Auto Trait Implementations
impl Send for PutResourceAttributesRequest
impl Sync for PutResourceAttributesRequest
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 = !
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
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