Struct aws_sdk_macie2::output::ListMembersOutput
source · [−]#[non_exhaustive]pub struct ListMembersOutput {
pub members: Option<Vec<Member>>,
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.members: Option<Vec<Member>>
An array of objects, one for each account that's associated with the administrator account and meets the criteria specified in the request.
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 account that's associated with the administrator account and meets the criteria specified in the request.
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 ListMembersOutput
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 ListMembersOutput
impl Send for ListMembersOutput
impl Sync for ListMembersOutput
impl Unpin for ListMembersOutput
impl UnwindSafe for ListMembersOutput
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