Struct rusoto_inspector::UpdateAssessmentTargetRequest [] [src]

pub struct UpdateAssessmentTargetRequest {
    pub assessment_target_arn: String,
    pub assessment_target_name: String,
    pub resource_group_arn: String,
}

Fields

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

impl Default for UpdateAssessmentTargetRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for UpdateAssessmentTargetRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateAssessmentTargetRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations