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§
source§impl 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.
source§impl AccountModification
impl AccountModification
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AccountModification
.
Trait Implementations§
source§impl Clone for AccountModification
impl Clone for AccountModification
source§fn clone(&self) -> AccountModification
fn clone(&self) -> AccountModification
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 AccountModification
impl Debug for AccountModification
source§impl PartialEq<AccountModification> for AccountModification
impl PartialEq<AccountModification> for AccountModification
source§fn eq(&self, other: &AccountModification) -> bool
fn eq(&self, other: &AccountModification) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.