Struct aws_sdk_auditmanager::model::scope::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Scope
Implementations
Appends an item to aws_accounts
.
To override the contents of this collection use set_aws_accounts
.
The Amazon Web Services accounts that are included in the scope of the assessment.
The Amazon Web Services accounts that are included in the scope of the assessment.
Appends an item to aws_services
.
To override the contents of this collection use set_aws_services
.
The Amazon Web Services services 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 Builder
impl UnwindSafe for Builder
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