#[non_exhaustive]pub struct DescribeWorkspacesOutput { /* private fields */ }
Implementations§
source§impl DescribeWorkspacesOutput
impl DescribeWorkspacesOutput
sourcepub fn workspaces(&self) -> Option<&[Workspace]>
pub fn workspaces(&self) -> Option<&[Workspace]>
Information about the WorkSpaces.
Because CreateWorkspaces
is an asynchronous operation, some of the returned information could be incomplete.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
source§impl DescribeWorkspacesOutput
impl DescribeWorkspacesOutput
sourcepub fn builder() -> DescribeWorkspacesOutputBuilder
pub fn builder() -> DescribeWorkspacesOutputBuilder
Creates a new builder-style object to manufacture DescribeWorkspacesOutput
.
Trait Implementations§
source§impl Clone for DescribeWorkspacesOutput
impl Clone for DescribeWorkspacesOutput
source§fn clone(&self) -> DescribeWorkspacesOutput
fn clone(&self) -> DescribeWorkspacesOutput
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 DescribeWorkspacesOutput
impl Debug for DescribeWorkspacesOutput
source§impl PartialEq<DescribeWorkspacesOutput> for DescribeWorkspacesOutput
impl PartialEq<DescribeWorkspacesOutput> for DescribeWorkspacesOutput
source§fn eq(&self, other: &DescribeWorkspacesOutput) -> bool
fn eq(&self, other: &DescribeWorkspacesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeWorkspacesOutput
impl RequestId for DescribeWorkspacesOutput
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.