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. Read more

impl Clone for CreateAssessmentTargetRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateAssessmentTargetRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations