#[non_exhaustive]pub struct ListAccessPreviewFindingsInput { /* private fields */ }Implementations
sourceimpl ListAccessPreviewFindingsInput
impl ListAccessPreviewFindingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAccessPreviewFindings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListAccessPreviewFindings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListAccessPreviewFindings>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListAccessPreviewFindingsInput.
sourceimpl ListAccessPreviewFindingsInput
impl ListAccessPreviewFindingsInput
sourcepub fn access_preview_id(&self) -> Option<&str>
pub fn access_preview_id(&self) -> Option<&str>
The unique ID for the access preview.
sourcepub fn analyzer_arn(&self) -> Option<&str>
pub fn analyzer_arn(&self) -> Option<&str>
The ARN of the analyzer used to generate the access.
sourcepub fn filter(&self) -> Option<&HashMap<String, Criterion>>
pub fn filter(&self) -> Option<&HashMap<String, Criterion>>
Criteria to filter the returned findings.
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 ListAccessPreviewFindingsInput
impl Clone for ListAccessPreviewFindingsInput
sourcefn clone(&self) -> ListAccessPreviewFindingsInput
fn clone(&self) -> ListAccessPreviewFindingsInput
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 PartialEq<ListAccessPreviewFindingsInput> for ListAccessPreviewFindingsInput
impl PartialEq<ListAccessPreviewFindingsInput> for ListAccessPreviewFindingsInput
sourcefn eq(&self, other: &ListAccessPreviewFindingsInput) -> bool
fn eq(&self, other: &ListAccessPreviewFindingsInput) -> bool
impl StructuralPartialEq for ListAccessPreviewFindingsInput
Auto Trait Implementations
impl RefUnwindSafe for ListAccessPreviewFindingsInput
impl Send for ListAccessPreviewFindingsInput
impl Sync for ListAccessPreviewFindingsInput
impl Unpin for ListAccessPreviewFindingsInput
impl UnwindSafe for ListAccessPreviewFindingsInput
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