Struct aws_sdk_workspaces::operation::create_standby_workspaces::CreateStandbyWorkspacesOutput
source · #[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() -> CreateStandbyWorkspacesOutputBuilder
pub fn builder() -> CreateStandbyWorkspacesOutputBuilder
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 ==
.source§impl RequestId for CreateStandbyWorkspacesOutput
impl RequestId for CreateStandbyWorkspacesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.