pub struct DescribeAccountResult {
pub dedicated_tenancy_management_cidr_range: Option<String>,
pub dedicated_tenancy_support: Option<String>,
}Fields§
§dedicated_tenancy_management_cidr_range: Option<String>The IP address range, specified as an IPv4 CIDR block, used for the management network interface.
The management network interface is connected to a secure Amazon WorkSpaces management network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces clients, and to allow Amazon WorkSpaces to manage the WorkSpace.
dedicated_tenancy_support: Option<String>The status of BYOL (whether BYOL is enabled or disabled).
Trait Implementations§
Source§impl Clone for DescribeAccountResult
impl Clone for DescribeAccountResult
Source§fn clone(&self) -> DescribeAccountResult
fn clone(&self) -> DescribeAccountResult
Returns a duplicate 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 DescribeAccountResult
impl Debug for DescribeAccountResult
Source§impl Default for DescribeAccountResult
impl Default for DescribeAccountResult
Source§fn default() -> DescribeAccountResult
fn default() -> DescribeAccountResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeAccountResult
impl<'de> Deserialize<'de> for DescribeAccountResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DescribeAccountResult
impl PartialEq for DescribeAccountResult
impl StructuralPartialEq for DescribeAccountResult
Auto Trait Implementations§
impl Freeze for DescribeAccountResult
impl RefUnwindSafe for DescribeAccountResult
impl Send for DescribeAccountResult
impl Sync for DescribeAccountResult
impl Unpin for DescribeAccountResult
impl UnwindSafe for DescribeAccountResult
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more