Struct aws_sdk_workmail::output::ListResourceDelegatesOutput [−][src]
#[non_exhaustive]pub struct ListResourceDelegatesOutput {
pub delegates: Option<Vec<Delegate>>,
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.delegates: Option<Vec<Delegate>>
One page of the resource's delegates.
next_token: Option<String>
The token used to paginate through the delegates associated with a resource. While results are still available, it has an associated value. When the last page is reached, the token is empty.
Implementations
The token used to paginate through the delegates associated with a resource. 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 ListResourceDelegatesOutput
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 ListResourceDelegatesOutput
impl Send for ListResourceDelegatesOutput
impl Sync for ListResourceDelegatesOutput
impl Unpin for ListResourceDelegatesOutput
impl UnwindSafe for ListResourceDelegatesOutput
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