Struct rusoto_inspector::CreateAssessmentTargetRequest [] [src]

pub struct CreateAssessmentTargetRequest {
    pub assessment_target_name: String,
    pub resource_group_arn: String,
}

Fields

The user-defined name that identifies the assessment target that you want to create. The name must be unique within the AWS account.

The ARN that specifies the resource group that is used to create the assessment target.

Trait Implementations

impl Default for CreateAssessmentTargetRequest
[src]

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

impl Debug for CreateAssessmentTargetRequest
[src]

Formats the value using the given formatter.

impl Clone for CreateAssessmentTargetRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more