Struct aws_sdk_workspaces::input::ModifyAccountInput
source · #[non_exhaustive]pub struct ModifyAccountInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for ModifyAccountInput
impl Clone for ModifyAccountInput
source§fn clone(&self) -> ModifyAccountInput
fn clone(&self) -> ModifyAccountInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ModifyAccountInput
impl Debug for ModifyAccountInput
source§impl PartialEq<ModifyAccountInput> for ModifyAccountInput
impl PartialEq<ModifyAccountInput> for ModifyAccountInput
source§fn eq(&self, other: &ModifyAccountInput) -> bool
fn eq(&self, other: &ModifyAccountInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.