Struct aws_sdk_auditmanager::model::scope::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Scope
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn aws_accounts(self, input: AwsAccount) -> Self
pub fn aws_accounts(self, input: AwsAccount) -> Self
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.
sourcepub fn set_aws_accounts(self, input: Option<Vec<AwsAccount>>) -> Self
pub fn set_aws_accounts(self, input: Option<Vec<AwsAccount>>) -> Self
The Amazon Web Services accounts that are included in the scope of the assessment.
sourcepub fn aws_services(self, input: AwsService) -> Self
pub fn aws_services(self, input: AwsService) -> Self
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.
sourcepub fn set_aws_services(self, input: Option<Vec<AwsService>>) -> Self
pub fn set_aws_services(self, input: Option<Vec<AwsService>>) -> Self
The Amazon Web Services services that are included in the scope of the assessment.