Struct aws_sdk_resourceexplorer2::output::SearchOutput
source · #[non_exhaustive]pub struct SearchOutput { /* private fields */ }Implementations§
source§impl SearchOutput
impl SearchOutput
sourcepub fn resources(&self) -> Option<&[Resource]>
pub fn resources(&self) -> Option<&[Resource]>
The list of structures that describe the resources that match the query.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.
sourcepub fn view_arn(&self) -> Option<&str>
pub fn view_arn(&self) -> Option<&str>
The Amazon resource name (ARN) of the view that this operation used to perform the search.
sourcepub fn count(&self) -> Option<&ResourceCount>
pub fn count(&self) -> Option<&ResourceCount>
The number of resources that match the query.
source§impl SearchOutput
impl SearchOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SearchOutput.
Trait Implementations§
source§impl Clone for SearchOutput
impl Clone for SearchOutput
source§fn clone(&self) -> SearchOutput
fn clone(&self) -> SearchOutput
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 SearchOutput
impl Debug for SearchOutput
source§impl PartialEq<SearchOutput> for SearchOutput
impl PartialEq<SearchOutput> for SearchOutput
source§fn eq(&self, other: &SearchOutput) -> bool
fn eq(&self, other: &SearchOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.