#[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() -> GetInvitationsCountOutputBuilder
pub fn builder() -> GetInvitationsCountOutputBuilder
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 ==
.source§impl RequestId for GetInvitationsCountOutput
impl RequestId for GetInvitationsCountOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for GetInvitationsCountOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetInvitationsCountOutput
impl Send for GetInvitationsCountOutput
impl Sync for GetInvitationsCountOutput
impl Unpin for GetInvitationsCountOutput
impl UnwindSafe for GetInvitationsCountOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more