Struct aws_sdk_workspaces::input::ModifyAccountInput
source · [−]#[non_exhaustive]pub struct ModifyAccountInput { /* private fields */ }Implementations
sourceimpl ModifyAccountInput
impl ModifyAccountInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyAccount, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyAccount, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ModifyAccount>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyAccountInput.
sourceimpl ModifyAccountInput
impl ModifyAccountInput
sourcepub fn dedicated_tenancy_support(&self) -> Option<&DedicatedTenancySupportEnum>
pub fn dedicated_tenancy_support(&self) -> Option<&DedicatedTenancySupportEnum>
The status of BYOL.
sourcepub fn dedicated_tenancy_management_cidr_range(&self) -> Option<&str>
pub fn dedicated_tenancy_management_cidr_range(&self) -> Option<&str>
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.
Trait Implementations
sourceimpl Clone for ModifyAccountInput
impl Clone for ModifyAccountInput
sourcefn clone(&self) -> ModifyAccountInput
fn clone(&self) -> ModifyAccountInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ModifyAccountInput
impl Debug for ModifyAccountInput
sourceimpl PartialEq<ModifyAccountInput> for ModifyAccountInput
impl PartialEq<ModifyAccountInput> for ModifyAccountInput
sourcefn eq(&self, other: &ModifyAccountInput) -> bool
fn eq(&self, other: &ModifyAccountInput) -> bool
impl StructuralPartialEq for ModifyAccountInput
Auto Trait Implementations
impl RefUnwindSafe for ModifyAccountInput
impl Send for ModifyAccountInput
impl Sync for ModifyAccountInput
impl Unpin for ModifyAccountInput
impl UnwindSafe for ModifyAccountInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more