Struct aws_sdk_auditmanager::model::Scope [−][src]
#[non_exhaustive]pub struct Scope {
pub aws_accounts: Option<Vec<AwsAccount>>,
pub aws_services: Option<Vec<AwsService>>,
}
Expand description
The wrapper that contains the Amazon Web Services accounts and services that are in scope for the assessment.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.aws_accounts: Option<Vec<AwsAccount>>
The Amazon Web Services accounts that are included in the scope of the assessment.
aws_services: Option<Vec<AwsService>>
The Amazon Web Services services that are included in the scope of the assessment.
Implementations
The Amazon Web Services accounts that are included in the scope of the assessment.
The Amazon Web Services services that are included in the scope of the assessment.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Scope
impl UnwindSafe for Scope
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more