Struct aws_sdk_auditmanager::input::UpdateAssessmentInput [−][src]
#[non_exhaustive]pub struct UpdateAssessmentInput {
pub assessment_id: Option<String>,
pub assessment_name: Option<String>,
pub assessment_description: Option<String>,
pub scope: Option<Scope>,
pub assessment_reports_destination: Option<AssessmentReportsDestination>,
pub roles: Option<Vec<Role>>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.assessment_id: Option<String>
The unique identifier for the assessment.
assessment_name: Option<String>
The name of the assessment to be updated.
assessment_description: Option<String>
The description of the assessment.
scope: Option<Scope>
The scope of the assessment.
assessment_reports_destination: Option<AssessmentReportsDestination>
The assessment report storage destination for the assessment that's being updated.
roles: Option<Vec<Role>>
The list of roles for the assessment.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAssessment, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAssessment, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateAssessment
>
Creates a new builder-style object to manufacture UpdateAssessmentInput
The unique identifier for the assessment.
The name of the assessment to be updated.
The description of the assessment.
The assessment report storage destination for the assessment that's being updated.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UpdateAssessmentInput
impl Send for UpdateAssessmentInput
impl Sync for UpdateAssessmentInput
impl Unpin for UpdateAssessmentInput
impl UnwindSafe for UpdateAssessmentInput
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