Struct aws_sdk_inspector::input::UpdateAssessmentTargetInput [−][src]
#[non_exhaustive]pub struct UpdateAssessmentTargetInput {
pub assessment_target_arn: Option<String>,
pub assessment_target_name: Option<String>,
pub resource_group_arn: 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_target_arn: Option<String>The ARN of the assessment target that you want to update.
assessment_target_name: Option<String>The name of the assessment target that you want to update.
resource_group_arn: Option<String>The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAssessmentTarget, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAssessmentTarget, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateAssessmentTarget>
Creates a new builder-style object to manufacture UpdateAssessmentTargetInput
The ARN of the assessment target that you want to update.
The name of the assessment target that you want to update.
The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.
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 UpdateAssessmentTargetInput
impl Send for UpdateAssessmentTargetInput
impl Sync for UpdateAssessmentTargetInput
impl Unpin for UpdateAssessmentTargetInput
impl UnwindSafe for UpdateAssessmentTargetInput
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
