#[non_exhaustive]pub struct CreateWorkspaceImageOutput { /* private fields */ }
Implementations§
source§impl 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 Amazon Web Services account that owns the image.
source§impl CreateWorkspaceImageOutput
impl CreateWorkspaceImageOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateWorkspaceImageOutput
.
Trait Implementations§
source§impl Clone for CreateWorkspaceImageOutput
impl Clone for CreateWorkspaceImageOutput
source§fn clone(&self) -> CreateWorkspaceImageOutput
fn clone(&self) -> CreateWorkspaceImageOutput
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 CreateWorkspaceImageOutput
impl Debug for CreateWorkspaceImageOutput
source§impl PartialEq<CreateWorkspaceImageOutput> for CreateWorkspaceImageOutput
impl PartialEq<CreateWorkspaceImageOutput> for CreateWorkspaceImageOutput
source§fn eq(&self, other: &CreateWorkspaceImageOutput) -> bool
fn eq(&self, other: &CreateWorkspaceImageOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.