Struct aws_sdk_securityhub::output::ListInvitationsOutput
source · [−]#[non_exhaustive]pub struct ListInvitationsOutput { /* private fields */ }Implementations
sourceimpl ListInvitationsOutput
impl ListInvitationsOutput
sourcepub fn invitations(&self) -> Option<&[Invitation]>
pub fn invitations(&self) -> Option<&[Invitation]>
The details of the invitations returned by the operation.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token to use to request the next page of results.
sourceimpl ListInvitationsOutput
impl ListInvitationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListInvitationsOutput.
Trait Implementations
sourceimpl Clone for ListInvitationsOutput
impl Clone for ListInvitationsOutput
sourcefn clone(&self) -> ListInvitationsOutput
fn clone(&self) -> ListInvitationsOutput
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 Debug for ListInvitationsOutput
impl Debug for ListInvitationsOutput
sourceimpl PartialEq<ListInvitationsOutput> for ListInvitationsOutput
impl PartialEq<ListInvitationsOutput> for ListInvitationsOutput
sourcefn eq(&self, other: &ListInvitationsOutput) -> bool
fn eq(&self, other: &ListInvitationsOutput) -> bool
impl StructuralPartialEq for ListInvitationsOutput
Auto Trait Implementations
impl RefUnwindSafe for ListInvitationsOutput
impl Send for ListInvitationsOutput
impl Sync for ListInvitationsOutput
impl Unpin for ListInvitationsOutput
impl UnwindSafe for ListInvitationsOutput
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