[][src]Struct rusoto_migrationhub_config::CreateHomeRegionControlRequest

pub struct CreateHomeRegionControlRequest {
    pub dry_run: Option<bool>,
    pub home_region: String,
    pub target: Target,
}

Fields

dry_run: Option<bool>

Optional Boolean flag to indicate whether any effect should take place. It tests whether the caller has permission to make the call.

home_region: String

The name of the home region of the calling account.

target: Target

The account for which this command sets up a home region control. The Target is always of type ACCOUNT.

Trait Implementations

impl Clone for CreateHomeRegionControlRequest[src]

impl Debug for CreateHomeRegionControlRequest[src]

impl Default for CreateHomeRegionControlRequest[src]

impl PartialEq<CreateHomeRegionControlRequest> for CreateHomeRegionControlRequest[src]

impl Serialize for CreateHomeRegionControlRequest[src]

impl StructuralPartialEq for CreateHomeRegionControlRequest[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.