#[non_exhaustive]pub struct UpdateAssessmentTargetInput { /* private fields */ }Implementations§
source§impl UpdateAssessmentTargetInput
impl UpdateAssessmentTargetInput
sourcepub fn assessment_target_arn(&self) -> Option<&str>
pub fn assessment_target_arn(&self) -> Option<&str>
The ARN of the assessment target that you want to update.
sourcepub fn assessment_target_name(&self) -> Option<&str>
pub fn assessment_target_name(&self) -> Option<&str>
The name of the assessment target that you want to update.
sourcepub fn resource_group_arn(&self) -> Option<&str>
pub fn resource_group_arn(&self) -> Option<&str>
The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.
source§impl UpdateAssessmentTargetInput
impl UpdateAssessmentTargetInput
sourcepub fn builder() -> UpdateAssessmentTargetInputBuilder
pub fn builder() -> UpdateAssessmentTargetInputBuilder
Creates a new builder-style object to manufacture UpdateAssessmentTargetInput.
source§impl UpdateAssessmentTargetInput
impl UpdateAssessmentTargetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAssessmentTarget, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateAssessmentTarget, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateAssessmentTarget>
Trait Implementations§
source§impl Clone for UpdateAssessmentTargetInput
impl Clone for UpdateAssessmentTargetInput
source§fn clone(&self) -> UpdateAssessmentTargetInput
fn clone(&self) -> UpdateAssessmentTargetInput
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 UpdateAssessmentTargetInput
impl Debug for UpdateAssessmentTargetInput
source§impl PartialEq<UpdateAssessmentTargetInput> for UpdateAssessmentTargetInput
impl PartialEq<UpdateAssessmentTargetInput> for UpdateAssessmentTargetInput
source§fn eq(&self, other: &UpdateAssessmentTargetInput) -> bool
fn eq(&self, other: &UpdateAssessmentTargetInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.