#[non_exhaustive]pub struct GetInvitationsCountOutput { /* private fields */ }
Implementations§
source§impl GetInvitationsCountOutput
impl GetInvitationsCountOutput
sourcepub fn invitations_count(&self) -> i32
pub fn invitations_count(&self) -> i32
The number of all membership invitations sent to this Security Hub member account, not including the currently accepted invitation.
source§impl GetInvitationsCountOutput
impl GetInvitationsCountOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetInvitationsCountOutput
.
Trait Implementations§
source§impl Clone for GetInvitationsCountOutput
impl Clone for GetInvitationsCountOutput
source§fn clone(&self) -> GetInvitationsCountOutput
fn clone(&self) -> GetInvitationsCountOutput
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 GetInvitationsCountOutput
impl Debug for GetInvitationsCountOutput
source§impl PartialEq<GetInvitationsCountOutput> for GetInvitationsCountOutput
impl PartialEq<GetInvitationsCountOutput> for GetInvitationsCountOutput
source§fn eq(&self, other: &GetInvitationsCountOutput) -> bool
fn eq(&self, other: &GetInvitationsCountOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.