Struct aws_sdk_auditmanager::input::UpdateAssessmentControlInput [−][src]
#[non_exhaustive]pub struct UpdateAssessmentControlInput {
pub assessment_id: Option<String>,
pub control_set_id: Option<String>,
pub control_id: Option<String>,
pub control_status: Option<ControlStatus>,
pub comment_body: Option<String>,
}
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.
control_set_id: Option<String>
The unique identifier for the control set.
control_id: Option<String>
The unique identifier for the control.
control_status: Option<ControlStatus>
The status of the control.
comment_body: Option<String>
The comment body text for the control.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAssessmentControl, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAssessmentControl, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateAssessmentControl
>
Creates a new builder-style object to manufacture UpdateAssessmentControlInput
The unique identifier for the assessment.
The unique identifier for the control set.
The unique identifier for the control.
The status of the control.
The comment body text for the control.
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 Send for UpdateAssessmentControlInput
impl Sync for UpdateAssessmentControlInput
impl Unpin for UpdateAssessmentControlInput
impl UnwindSafe for UpdateAssessmentControlInput
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