Struct aws_sdk_workspaces::model::AccountModification
source · [−]#[non_exhaustive]pub struct AccountModification { /* private fields */ }Expand description
Describes a modification to the configuration of Bring Your Own License (BYOL) for the specified account.
Implementations
sourceimpl AccountModification
impl AccountModification
sourcepub fn modification_state(
&self
) -> Option<&DedicatedTenancyModificationStateEnum>
pub fn modification_state(
&self
) -> Option<&DedicatedTenancyModificationStateEnum>
The state of the modification to the configuration of BYOL.
sourcepub fn dedicated_tenancy_support(
&self
) -> Option<&DedicatedTenancySupportResultEnum>
pub fn dedicated_tenancy_support(
&self
) -> Option<&DedicatedTenancySupportResultEnum>
The status of BYOL (whether BYOL is being enabled or disabled).
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 used for the account.
sourcepub fn start_time(&self) -> Option<&DateTime>
pub fn start_time(&self) -> Option<&DateTime>
The timestamp when the modification of the BYOL configuration was started.
sourcepub fn error_code(&self) -> Option<&str>
pub fn error_code(&self) -> Option<&str>
The error code that is returned if the configuration of BYOL cannot be modified.
sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
The text of the error message that is returned if the configuration of BYOL cannot be modified.
sourceimpl AccountModification
impl AccountModification
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AccountModification.
Trait Implementations
sourceimpl Clone for AccountModification
impl Clone for AccountModification
sourcefn clone(&self) -> AccountModification
fn clone(&self) -> AccountModification
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 AccountModification
impl Debug for AccountModification
sourceimpl PartialEq<AccountModification> for AccountModification
impl PartialEq<AccountModification> for AccountModification
sourcefn eq(&self, other: &AccountModification) -> bool
fn eq(&self, other: &AccountModification) -> bool
impl StructuralPartialEq for AccountModification
Auto Trait Implementations
impl RefUnwindSafe for AccountModification
impl Send for AccountModification
impl Sync for AccountModification
impl Unpin for AccountModification
impl UnwindSafe for AccountModification
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