#[non_exhaustive]pub struct ListChannelModeratorsOutput { /* private fields */ }Implementations§
source§impl ListChannelModeratorsOutput
impl ListChannelModeratorsOutput
sourcepub fn channel_arn(&self) -> Option<&str>
pub fn channel_arn(&self) -> Option<&str>
The ARN of the channel.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token passed by previous API calls until all requested moderators are returned.
sourcepub fn channel_moderators(&self) -> Option<&[ChannelModeratorSummary]>
pub fn channel_moderators(&self) -> Option<&[ChannelModeratorSummary]>
The information about and names of each moderator.
source§impl ListChannelModeratorsOutput
impl ListChannelModeratorsOutput
sourcepub fn builder() -> ListChannelModeratorsOutputBuilder
pub fn builder() -> ListChannelModeratorsOutputBuilder
Creates a new builder-style object to manufacture ListChannelModeratorsOutput.
Trait Implementations§
source§impl Clone for ListChannelModeratorsOutput
impl Clone for ListChannelModeratorsOutput
source§fn clone(&self) -> ListChannelModeratorsOutput
fn clone(&self) -> ListChannelModeratorsOutput
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 ListChannelModeratorsOutput
impl Debug for ListChannelModeratorsOutput
source§impl PartialEq<ListChannelModeratorsOutput> for ListChannelModeratorsOutput
impl PartialEq<ListChannelModeratorsOutput> for ListChannelModeratorsOutput
source§fn eq(&self, other: &ListChannelModeratorsOutput) -> bool
fn eq(&self, other: &ListChannelModeratorsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListChannelModeratorsOutput
impl RequestId for ListChannelModeratorsOutput
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.impl StructuralPartialEq for ListChannelModeratorsOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListChannelModeratorsOutput
impl Send for ListChannelModeratorsOutput
impl Sync for ListChannelModeratorsOutput
impl Unpin for ListChannelModeratorsOutput
impl UnwindSafe for ListChannelModeratorsOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more