Struct aws_sdk_chime::types::BatchChannelMemberships
source · #[non_exhaustive]pub struct BatchChannelMemberships { /* private fields */ }Expand description
The membership information, including member ARNs, the channel ARN, and membership types.
Implementations§
source§impl BatchChannelMemberships
impl BatchChannelMemberships
sourcepub fn invited_by(&self) -> Option<&Identity>
pub fn invited_by(&self) -> Option<&Identity>
The identifier of the member who invited another member.
sourcepub fn type(&self) -> Option<&ChannelMembershipType>
pub fn type(&self) -> Option<&ChannelMembershipType>
The membership types set for the channel users.
sourcepub fn channel_arn(&self) -> Option<&str>
pub fn channel_arn(&self) -> Option<&str>
The ARN of the channel to which you're adding users.
source§impl BatchChannelMemberships
impl BatchChannelMemberships
sourcepub fn builder() -> BatchChannelMembershipsBuilder
pub fn builder() -> BatchChannelMembershipsBuilder
Creates a new builder-style object to manufacture BatchChannelMemberships.
Trait Implementations§
source§impl Clone for BatchChannelMemberships
impl Clone for BatchChannelMemberships
source§fn clone(&self) -> BatchChannelMemberships
fn clone(&self) -> BatchChannelMemberships
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 BatchChannelMemberships
impl Debug for BatchChannelMemberships
source§impl PartialEq<BatchChannelMemberships> for BatchChannelMemberships
impl PartialEq<BatchChannelMemberships> for BatchChannelMemberships
source§fn eq(&self, other: &BatchChannelMemberships) -> bool
fn eq(&self, other: &BatchChannelMemberships) -> bool
This method tests for
self and other values to be equal, and is used
by ==.