Struct aws_sdk_chime::input::DeleteChannelModeratorInput
source · [−]#[non_exhaustive]pub struct DeleteChannelModeratorInput { /* private fields */ }Implementations
sourceimpl DeleteChannelModeratorInput
impl DeleteChannelModeratorInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteChannelModerator, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteChannelModerator, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteChannelModerator>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteChannelModeratorInput.
sourceimpl DeleteChannelModeratorInput
impl DeleteChannelModeratorInput
sourcepub fn channel_arn(&self) -> Option<&str>
pub fn channel_arn(&self) -> Option<&str>
The ARN of the channel.
sourcepub fn channel_moderator_arn(&self) -> Option<&str>
pub fn channel_moderator_arn(&self) -> Option<&str>
The ARN of the moderator being deleted.
sourcepub fn chime_bearer(&self) -> Option<&str>
pub fn chime_bearer(&self) -> Option<&str>
The AppInstanceUserArn of the user that makes the API call.
Trait Implementations
sourceimpl Clone for DeleteChannelModeratorInput
impl Clone for DeleteChannelModeratorInput
sourcefn clone(&self) -> DeleteChannelModeratorInput
fn clone(&self) -> DeleteChannelModeratorInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DeleteChannelModeratorInput
impl Debug for DeleteChannelModeratorInput
sourceimpl PartialEq<DeleteChannelModeratorInput> for DeleteChannelModeratorInput
impl PartialEq<DeleteChannelModeratorInput> for DeleteChannelModeratorInput
sourcefn eq(&self, other: &DeleteChannelModeratorInput) -> bool
fn eq(&self, other: &DeleteChannelModeratorInput) -> bool
impl StructuralPartialEq for DeleteChannelModeratorInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteChannelModeratorInput
impl Send for DeleteChannelModeratorInput
impl Sync for DeleteChannelModeratorInput
impl Unpin for DeleteChannelModeratorInput
impl UnwindSafe for DeleteChannelModeratorInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more