#[non_exhaustive]pub struct CreateWorkspaceImageOutput { /* private fields */ }Implementations
sourceimpl CreateWorkspaceImageOutput
impl CreateWorkspaceImageOutput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the image.
sourcepub fn operating_system(&self) -> Option<&OperatingSystem>
pub fn operating_system(&self) -> Option<&OperatingSystem>
The operating system that the image is running.
sourcepub fn state(&self) -> Option<&WorkspaceImageState>
pub fn state(&self) -> Option<&WorkspaceImageState>
The availability status of the image.
sourcepub fn required_tenancy(&self) -> Option<&WorkspaceImageRequiredTenancy>
pub fn required_tenancy(&self) -> Option<&WorkspaceImageRequiredTenancy>
Specifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is enabled, this value is set to DEDICATED. For more information, see Bring Your Own Windows Desktop Images.
sourcepub fn owner_account_id(&self) -> Option<&str>
pub fn owner_account_id(&self) -> Option<&str>
The identifier of the AWS account that owns the image.
sourceimpl CreateWorkspaceImageOutput
impl CreateWorkspaceImageOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateWorkspaceImageOutput.
Trait Implementations
sourceimpl Clone for CreateWorkspaceImageOutput
impl Clone for CreateWorkspaceImageOutput
sourcefn clone(&self) -> CreateWorkspaceImageOutput
fn clone(&self) -> CreateWorkspaceImageOutput
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 CreateWorkspaceImageOutput
impl Debug for CreateWorkspaceImageOutput
sourceimpl PartialEq<CreateWorkspaceImageOutput> for CreateWorkspaceImageOutput
impl PartialEq<CreateWorkspaceImageOutput> for CreateWorkspaceImageOutput
sourcefn eq(&self, other: &CreateWorkspaceImageOutput) -> bool
fn eq(&self, other: &CreateWorkspaceImageOutput) -> bool
impl StructuralPartialEq for CreateWorkspaceImageOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateWorkspaceImageOutput
impl Send for CreateWorkspaceImageOutput
impl Sync for CreateWorkspaceImageOutput
impl Unpin for CreateWorkspaceImageOutput
impl UnwindSafe for CreateWorkspaceImageOutput
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