#[non_exhaustive]pub struct CreateStandbyWorkspacesOutput { /* private fields */ }Implementations§
source§impl CreateStandbyWorkspacesOutput
impl CreateStandbyWorkspacesOutput
sourcepub fn failed_standby_requests(
&self
) -> Option<&[FailedCreateStandbyWorkspacesRequest]>
pub fn failed_standby_requests(
&self
) -> Option<&[FailedCreateStandbyWorkspacesRequest]>
Information about the Standby WorkSpace that could not be created.
sourcepub fn pending_standby_requests(
&self
) -> Option<&[PendingCreateStandbyWorkspacesRequest]>
pub fn pending_standby_requests(
&self
) -> Option<&[PendingCreateStandbyWorkspacesRequest]>
Information about the Standby WorkSpace that was created.
source§impl CreateStandbyWorkspacesOutput
impl CreateStandbyWorkspacesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateStandbyWorkspacesOutput.
Trait Implementations§
source§impl Clone for CreateStandbyWorkspacesOutput
impl Clone for CreateStandbyWorkspacesOutput
source§fn clone(&self) -> CreateStandbyWorkspacesOutput
fn clone(&self) -> CreateStandbyWorkspacesOutput
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 PartialEq<CreateStandbyWorkspacesOutput> for CreateStandbyWorkspacesOutput
impl PartialEq<CreateStandbyWorkspacesOutput> for CreateStandbyWorkspacesOutput
source§fn eq(&self, other: &CreateStandbyWorkspacesOutput) -> bool
fn eq(&self, other: &CreateStandbyWorkspacesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.