[][src]Struct rusoto_migrationhub_config::DescribeHomeRegionControlsRequest

pub struct DescribeHomeRegionControlsRequest {
    pub control_id: Option<String>,
    pub home_region: Option<String>,
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
    pub target: Option<Target>,
}

Fields

control_id: Option<String>

The ControlID is a unique identifier string of your HomeRegionControl object.

home_region: Option<String>

The name of the home region you'd like to view.

max_results: Option<i64>

The maximum number of filtering results to display per page.

next_token: Option<String>

If a NextToken was returned by a previous call, more results are available. To retrieve the next page of results, make the call again using the returned token in NextToken.

target: Option<Target>

The target parameter specifies the identifier to which the home region is applied, which is always of type ACCOUNT. It applies the home region to the current ACCOUNT.

Trait Implementations

impl Clone for DescribeHomeRegionControlsRequest[src]

impl Debug for DescribeHomeRegionControlsRequest[src]

impl Default for DescribeHomeRegionControlsRequest[src]

impl PartialEq<DescribeHomeRegionControlsRequest> for DescribeHomeRegionControlsRequest[src]

impl Serialize for DescribeHomeRegionControlsRequest[src]

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