Struct aws_sdk_workspaces::input::ModifyAccountInput [−][src]
#[non_exhaustive]pub struct ModifyAccountInput {
pub dedicated_tenancy_support: Option<DedicatedTenancySupportEnum>,
pub dedicated_tenancy_management_cidr_range: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.dedicated_tenancy_support: Option<DedicatedTenancySupportEnum>
The status of BYOL.
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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyAccount, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyAccount, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ModifyAccount
>
Creates a new builder-style object to manufacture ModifyAccountInput
The status of BYOL.
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more