Struct aws_sdk_workspaces::model::AccountModification
source · [−]#[non_exhaustive]pub struct AccountModification {
pub modification_state: Option<DedicatedTenancyModificationStateEnum>,
pub dedicated_tenancy_support: Option<DedicatedTenancySupportResultEnum>,
pub dedicated_tenancy_management_cidr_range: Option<String>,
pub start_time: Option<DateTime>,
pub error_code: Option<String>,
pub error_message: Option<String>,
}
Expand description
Describes a modification to the configuration of Bring Your Own License (BYOL) for the specified account.
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.modification_state: Option<DedicatedTenancyModificationStateEnum>
The state of the modification to the configuration of BYOL.
dedicated_tenancy_support: Option<DedicatedTenancySupportResultEnum>
The status of BYOL (whether BYOL is being enabled or disabled).
dedicated_tenancy_management_cidr_range: Option<String>
The IP address range, specified as an IPv4 CIDR block, for the management network interface used for the account.
start_time: Option<DateTime>
The timestamp when the modification of the BYOL configuration was started.
error_code: Option<String>
The error code that is returned if the configuration of BYOL cannot be modified.
error_message: Option<String>
The text of the error message that is returned if the configuration of BYOL cannot be modified.
Implementations
The state of the modification to the configuration of BYOL.
The status of BYOL (whether BYOL is being enabled or disabled).
The IP address range, specified as an IPv4 CIDR block, for the management network interface used for the account.
The timestamp when the modification of the BYOL configuration was started.
The error code that is returned if the configuration of BYOL cannot be modified.
The text of the error message that is returned if the configuration of BYOL cannot be modified.
Creates a new builder-style object to manufacture AccountModification
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 AccountModification
impl Send for AccountModification
impl Sync for AccountModification
impl Unpin for AccountModification
impl UnwindSafe for AccountModification
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