#[non_exhaustive]pub struct UpdateAssessmentInput { /* private fields */ }Implementations§
source§impl UpdateAssessmentInput
impl UpdateAssessmentInput
sourcepub fn assessment_id(&self) -> Option<&str>
pub fn assessment_id(&self) -> Option<&str>
The unique identifier for the assessment.
sourcepub fn assessment_name(&self) -> Option<&str>
pub fn assessment_name(&self) -> Option<&str>
The name of the assessment to be updated.
sourcepub fn assessment_description(&self) -> Option<&str>
pub fn assessment_description(&self) -> Option<&str>
The description of the assessment.
sourcepub fn assessment_reports_destination(
&self
) -> Option<&AssessmentReportsDestination>
pub fn assessment_reports_destination( &self ) -> Option<&AssessmentReportsDestination>
The assessment report storage destination for the assessment that's being updated.
source§impl UpdateAssessmentInput
impl UpdateAssessmentInput
sourcepub fn builder() -> UpdateAssessmentInputBuilder
pub fn builder() -> UpdateAssessmentInputBuilder
Creates a new builder-style object to manufacture UpdateAssessmentInput.
source§impl UpdateAssessmentInput
impl UpdateAssessmentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAssessment, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateAssessment, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateAssessment>
Trait Implementations§
source§impl Clone for UpdateAssessmentInput
impl Clone for UpdateAssessmentInput
source§fn clone(&self) -> UpdateAssessmentInput
fn clone(&self) -> UpdateAssessmentInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for UpdateAssessmentInput
impl Debug for UpdateAssessmentInput
source§impl PartialEq<UpdateAssessmentInput> for UpdateAssessmentInput
impl PartialEq<UpdateAssessmentInput> for UpdateAssessmentInput
source§fn eq(&self, other: &UpdateAssessmentInput) -> bool
fn eq(&self, other: &UpdateAssessmentInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.