Struct aws_sdk_macie2::output::ListAllowListsOutput
source · #[non_exhaustive]pub struct ListAllowListsOutput { /* private fields */ }
Implementations§
source§impl 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.
source§impl ListAllowListsOutput
impl ListAllowListsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAllowListsOutput
.
Trait Implementations§
source§impl Clone for ListAllowListsOutput
impl Clone for ListAllowListsOutput
source§fn clone(&self) -> ListAllowListsOutput
fn clone(&self) -> ListAllowListsOutput
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 ListAllowListsOutput
impl Debug for ListAllowListsOutput
source§impl PartialEq<ListAllowListsOutput> for ListAllowListsOutput
impl PartialEq<ListAllowListsOutput> for ListAllowListsOutput
source§fn eq(&self, other: &ListAllowListsOutput) -> bool
fn eq(&self, other: &ListAllowListsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.