#[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 more