Struct aws_sdk_auditmanager::types::Scope
source · #[non_exhaustive]pub struct Scope { /* private fields */ }Expand description
The wrapper that contains the Amazon Web Services accounts and services that are in scope for the assessment.
Implementations§
source§impl Scope
impl Scope
sourcepub fn aws_accounts(&self) -> Option<&[AwsAccount]>
pub fn aws_accounts(&self) -> Option<&[AwsAccount]>
The Amazon Web Services accounts that are included in the scope of the assessment.
sourcepub fn aws_services(&self) -> Option<&[AwsService]>
pub fn aws_services(&self) -> Option<&[AwsService]>
The Amazon Web Services services that are included in the scope of the assessment.
Trait Implementations§
source§impl PartialEq<Scope> for Scope
impl PartialEq<Scope> for Scope
impl StructuralPartialEq for Scope
Auto Trait Implementations§
impl RefUnwindSafe for Scope
impl Send for Scope
impl Sync for Scope
impl Unpin for Scope
impl UnwindSafe for Scope
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