Struct aws_sdk_workspaces::output::CreateWorkspacesOutput
source · [−]#[non_exhaustive]pub struct CreateWorkspacesOutput { /* private fields */ }Implementations
sourceimpl CreateWorkspacesOutput
impl CreateWorkspacesOutput
sourcepub fn failed_requests(&self) -> Option<&[FailedCreateWorkspaceRequest]>
pub fn failed_requests(&self) -> Option<&[FailedCreateWorkspaceRequest]>
Information about the WorkSpaces that could not be created.
sourcepub fn pending_requests(&self) -> Option<&[Workspace]>
pub fn pending_requests(&self) -> Option<&[Workspace]>
Information about the WorkSpaces that were created.
Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call DescribeWorkspaces before the WorkSpace is created, the information returned can be incomplete.
sourceimpl CreateWorkspacesOutput
impl CreateWorkspacesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateWorkspacesOutput.
Trait Implementations
sourceimpl Clone for CreateWorkspacesOutput
impl Clone for CreateWorkspacesOutput
sourcefn clone(&self) -> CreateWorkspacesOutput
fn clone(&self) -> CreateWorkspacesOutput
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 CreateWorkspacesOutput
impl Debug for CreateWorkspacesOutput
sourceimpl PartialEq<CreateWorkspacesOutput> for CreateWorkspacesOutput
impl PartialEq<CreateWorkspacesOutput> for CreateWorkspacesOutput
sourcefn eq(&self, other: &CreateWorkspacesOutput) -> bool
fn eq(&self, other: &CreateWorkspacesOutput) -> bool
impl StructuralPartialEq for CreateWorkspacesOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateWorkspacesOutput
impl Send for CreateWorkspacesOutput
impl Sync for CreateWorkspacesOutput
impl Unpin for CreateWorkspacesOutput
impl UnwindSafe for CreateWorkspacesOutput
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