Struct aws_sdk_macie2::output::SearchResourcesOutput
source · #[non_exhaustive]pub struct SearchResourcesOutput { /* private fields */ }
Implementations§
source§impl SearchResourcesOutput
impl SearchResourcesOutput
sourcepub fn matching_resources(&self) -> Option<&[MatchingResource]>
pub fn matching_resources(&self) -> Option<&[MatchingResource]>
An array of objects, one for each resource that matches the filter criteria specified in the request.
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 SearchResourcesOutput
impl SearchResourcesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SearchResourcesOutput
.
Trait Implementations§
source§impl Clone for SearchResourcesOutput
impl Clone for SearchResourcesOutput
source§fn clone(&self) -> SearchResourcesOutput
fn clone(&self) -> SearchResourcesOutput
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 SearchResourcesOutput
impl Debug for SearchResourcesOutput
source§impl PartialEq<SearchResourcesOutput> for SearchResourcesOutput
impl PartialEq<SearchResourcesOutput> for SearchResourcesOutput
source§fn eq(&self, other: &SearchResourcesOutput) -> bool
fn eq(&self, other: &SearchResourcesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.