#[non_exhaustive]pub struct ListResourceDelegatesOutput { /* private fields */ }
Implementations§
source§impl ListResourceDelegatesOutput
impl ListResourceDelegatesOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
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.
source§impl ListResourceDelegatesOutput
impl ListResourceDelegatesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListResourceDelegatesOutput
.
Trait Implementations§
source§impl Clone for ListResourceDelegatesOutput
impl Clone for ListResourceDelegatesOutput
source§fn clone(&self) -> ListResourceDelegatesOutput
fn clone(&self) -> ListResourceDelegatesOutput
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 ListResourceDelegatesOutput
impl Debug for ListResourceDelegatesOutput
source§impl PartialEq<ListResourceDelegatesOutput> for ListResourceDelegatesOutput
impl PartialEq<ListResourceDelegatesOutput> for ListResourceDelegatesOutput
source§fn eq(&self, other: &ListResourceDelegatesOutput) -> bool
fn eq(&self, other: &ListResourceDelegatesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.