Struct aws_sdk_auditmanager::model::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.