[][src]Struct rusoto_workspaces::ModifyAccountRequest

pub struct ModifyAccountRequest {
    pub dedicated_tenancy_management_cidr_range: Option<String>,
    pub dedicated_tenancy_support: Option<String>,
}

Fields

dedicated_tenancy_management_cidr_range: Option<String>

The IP address range, specified as an IPv4 CIDR block, for the management network interface. Specify an IP address range that is compatible with your network and in CIDR notation (that is, specify the range as an IPv4 CIDR block). The CIDR block size must be /16 (for example, 203.0.113.25/16). It must also be specified as available by the ListAvailableManagementCidrRanges operation.

dedicated_tenancy_support: Option<String>

The status of BYOL.

Trait Implementations

impl Clone for ModifyAccountRequest[src]

impl Debug for ModifyAccountRequest[src]

impl Default for ModifyAccountRequest[src]

impl PartialEq<ModifyAccountRequest> for ModifyAccountRequest[src]

impl Serialize for ModifyAccountRequest[src]

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