Struct aws_sdk_macie2::output::ListAllowListsOutput
source · [−]#[non_exhaustive]pub struct ListAllowListsOutput { /* private fields */ }
Implementations
sourceimpl ListAllowListsOutput
impl ListAllowListsOutput
sourcepub fn allow_lists(&self) -> Option<&[AllowListSummary]>
pub fn allow_lists(&self) -> Option<&[AllowListSummary]>
An array of objects, one for each allow list.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
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.
sourceimpl ListAllowListsOutput
impl ListAllowListsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAllowListsOutput
.
Trait Implementations
sourceimpl Clone for ListAllowListsOutput
impl Clone for ListAllowListsOutput
sourcefn clone(&self) -> ListAllowListsOutput
fn clone(&self) -> ListAllowListsOutput
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 ListAllowListsOutput
impl Debug for ListAllowListsOutput
sourceimpl PartialEq<ListAllowListsOutput> for ListAllowListsOutput
impl PartialEq<ListAllowListsOutput> for ListAllowListsOutput
sourcefn eq(&self, other: &ListAllowListsOutput) -> bool
fn eq(&self, other: &ListAllowListsOutput) -> bool
impl StructuralPartialEq for ListAllowListsOutput
Auto Trait Implementations
impl RefUnwindSafe for ListAllowListsOutput
impl Send for ListAllowListsOutput
impl Sync for ListAllowListsOutput
impl Unpin for ListAllowListsOutput
impl UnwindSafe for ListAllowListsOutput
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