#[non_exhaustive]pub struct DescribeChannelMembershipForAppInstanceUserInput { /* private fields */ }Implementations
sourceimpl DescribeChannelMembershipForAppInstanceUserInput
impl DescribeChannelMembershipForAppInstanceUserInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeChannelMembershipForAppInstanceUser, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeChannelMembershipForAppInstanceUser, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeChannelMembershipForAppInstanceUser>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeChannelMembershipForAppInstanceUserInput.
sourceimpl DescribeChannelMembershipForAppInstanceUserInput
impl DescribeChannelMembershipForAppInstanceUserInput
sourcepub fn channel_arn(&self) -> Option<&str>
pub fn channel_arn(&self) -> Option<&str>
The ARN of the channel to which the user belongs.
sourcepub fn app_instance_user_arn(&self) -> Option<&str>
pub fn app_instance_user_arn(&self) -> Option<&str>
The ARN of the user in a channel.
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 DescribeChannelMembershipForAppInstanceUserInput
impl Clone for DescribeChannelMembershipForAppInstanceUserInput
sourcefn clone(&self) -> DescribeChannelMembershipForAppInstanceUserInput
fn clone(&self) -> DescribeChannelMembershipForAppInstanceUserInput
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 PartialEq<DescribeChannelMembershipForAppInstanceUserInput> for DescribeChannelMembershipForAppInstanceUserInput
impl PartialEq<DescribeChannelMembershipForAppInstanceUserInput> for DescribeChannelMembershipForAppInstanceUserInput
sourcefn eq(&self, other: &DescribeChannelMembershipForAppInstanceUserInput) -> bool
fn eq(&self, other: &DescribeChannelMembershipForAppInstanceUserInput) -> bool
impl StructuralPartialEq for DescribeChannelMembershipForAppInstanceUserInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeChannelMembershipForAppInstanceUserInput
impl Send for DescribeChannelMembershipForAppInstanceUserInput
impl Sync for DescribeChannelMembershipForAppInstanceUserInput
impl Unpin for DescribeChannelMembershipForAppInstanceUserInput
impl UnwindSafe for DescribeChannelMembershipForAppInstanceUserInput
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