Struct aws_sdk_macie2::output::ListInvitationsOutput [−][src]
#[non_exhaustive]pub struct ListInvitationsOutput {
pub invitations: Option<Vec<Invitation>>,
pub next_token: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.invitations: Option<Vec<Invitation>>
An array of objects, one for each invitation that was received by the account.
next_token: Option<String>
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
Implementations
An array of objects, one for each invitation that was received by the account.
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
Creates a new builder-style object to manufacture ListInvitationsOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more