Struct aws_sdk_chime::input::RedactChannelMessageInput
source · [−]#[non_exhaustive]pub struct RedactChannelMessageInput { /* private fields */ }Implementations
sourceimpl RedactChannelMessageInput
impl RedactChannelMessageInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RedactChannelMessage, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RedactChannelMessage, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RedactChannelMessage>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RedactChannelMessageInput.
sourceimpl RedactChannelMessageInput
impl RedactChannelMessageInput
sourcepub fn channel_arn(&self) -> Option<&str>
pub fn channel_arn(&self) -> Option<&str>
The ARN of the channel containing the messages that you want to redact.
sourcepub fn message_id(&self) -> Option<&str>
pub fn message_id(&self) -> Option<&str>
The ID of the message being redacted.
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 RedactChannelMessageInput
impl Clone for RedactChannelMessageInput
sourcefn clone(&self) -> RedactChannelMessageInput
fn clone(&self) -> RedactChannelMessageInput
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 RedactChannelMessageInput
impl Debug for RedactChannelMessageInput
sourceimpl PartialEq<RedactChannelMessageInput> for RedactChannelMessageInput
impl PartialEq<RedactChannelMessageInput> for RedactChannelMessageInput
sourcefn eq(&self, other: &RedactChannelMessageInput) -> bool
fn eq(&self, other: &RedactChannelMessageInput) -> bool
impl StructuralPartialEq for RedactChannelMessageInput
Auto Trait Implementations
impl RefUnwindSafe for RedactChannelMessageInput
impl Send for RedactChannelMessageInput
impl Sync for RedactChannelMessageInput
impl Unpin for RedactChannelMessageInput
impl UnwindSafe for RedactChannelMessageInput
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