pub struct AccessAnalyzerClient<'a> { /* private fields */ }Expand description
Client for the AWS IAM Access Analyzer API.
Implementations§
Source§impl<'a> AccessAnalyzerClient<'a>
impl<'a> AccessAnalyzerClient<'a>
Sourcepub async fn list_analyzers(&self) -> Result<Vec<AnalyzerSummary>>
pub async fn list_analyzers(&self) -> Result<Vec<AnalyzerSummary>>
List all IAM Access Analyzers in the current region (auto-paginated).
CIS 2.19: at least one analyzer with status == "ACTIVE" must exist
in every region. Check the returned list’s status fields.
Auto Trait Implementations§
impl<'a> Freeze for AccessAnalyzerClient<'a>
impl<'a> !RefUnwindSafe for AccessAnalyzerClient<'a>
impl<'a> Send for AccessAnalyzerClient<'a>
impl<'a> Sync for AccessAnalyzerClient<'a>
impl<'a> Unpin for AccessAnalyzerClient<'a>
impl<'a> UnsafeUnpin for AccessAnalyzerClient<'a>
impl<'a> !UnwindSafe for AccessAnalyzerClient<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more