Struct aws_sdk_workmail::output::ListResourcesOutput [−][src]
#[non_exhaustive]pub struct ListResourcesOutput {
pub resources: Option<Vec<Resource>>,
pub next_token: Option<String>,
}
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.resources: Option<Vec<Resource>>
One page of the organization's resource representation.
next_token: Option<String>
The token used to paginate through all the organization's resources. While results are still available, it has an associated value. When the last page is reached, the token is empty.
Implementations
One page of the organization's resource representation.
The token used to paginate through all the organization's resources. While results are still available, it has an associated value. When the last page is reached, the token is empty.
Creates a new builder-style object to manufacture ListResourcesOutput
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 ListResourcesOutput
impl Send for ListResourcesOutput
impl Sync for ListResourcesOutput
impl Unpin for ListResourcesOutput
impl UnwindSafe for ListResourcesOutput
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