Struct aws_sdk_amp::output::ListWorkspacesOutput
source · [−]#[non_exhaustive]pub struct ListWorkspacesOutput {
pub workspaces: Option<Vec<WorkspaceSummary>>,
pub next_token: Option<String>,
}
Expand description
Represents the output of a ListWorkspaces operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.workspaces: Option<Vec<WorkspaceSummary>>
The list of existing workspaces, including those undergoing creation or deletion.
next_token: Option<String>
Pagination token to use when requesting the next page in this list.
Implementations
The list of existing workspaces, including those undergoing creation or deletion.
Pagination token to use when requesting the next page in this list.
Creates a new builder-style object to manufacture ListWorkspacesOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ListWorkspacesOutput
impl Send for ListWorkspacesOutput
impl Sync for ListWorkspacesOutput
impl Unpin for ListWorkspacesOutput
impl UnwindSafe for ListWorkspacesOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more