#[non_exhaustive]pub struct ListAnalyzedResourcesInput { /* private fields */ }Expand description
Retrieves a list of resources that have been analyzed.
Implementations
sourceimpl ListAnalyzedResourcesInput
impl ListAnalyzedResourcesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAnalyzedResources, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAnalyzedResources, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListAnalyzedResources>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAnalyzedResourcesInput.
sourceimpl ListAnalyzedResourcesInput
impl ListAnalyzedResourcesInput
sourcepub fn analyzer_arn(&self) -> Option<&str>
pub fn analyzer_arn(&self) -> Option<&str>
The ARN of the analyzer to retrieve a list of analyzed resources from.
sourcepub fn resource_type(&self) -> Option<&ResourceType>
pub fn resource_type(&self) -> Option<&ResourceType>
The type of resource.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token used for pagination of results returned.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return in the response.
Trait Implementations
sourceimpl Clone for ListAnalyzedResourcesInput
impl Clone for ListAnalyzedResourcesInput
sourcefn clone(&self) -> ListAnalyzedResourcesInput
fn clone(&self) -> ListAnalyzedResourcesInput
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 ListAnalyzedResourcesInput
impl Debug for ListAnalyzedResourcesInput
sourceimpl PartialEq<ListAnalyzedResourcesInput> for ListAnalyzedResourcesInput
impl PartialEq<ListAnalyzedResourcesInput> for ListAnalyzedResourcesInput
sourcefn eq(&self, other: &ListAnalyzedResourcesInput) -> bool
fn eq(&self, other: &ListAnalyzedResourcesInput) -> bool
impl StructuralPartialEq for ListAnalyzedResourcesInput
Auto Trait Implementations
impl RefUnwindSafe for ListAnalyzedResourcesInput
impl Send for ListAnalyzedResourcesInput
impl Sync for ListAnalyzedResourcesInput
impl Unpin for ListAnalyzedResourcesInput
impl UnwindSafe for ListAnalyzedResourcesInput
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