Struct rusoto_inspector::DescribeAssessmentTargetsResponse [] [src]

pub struct DescribeAssessmentTargetsResponse {
    pub assessment_targets: AssessmentTargetList,
    pub failed_items: FailedItems,
}

Fields

Information about the assessment targets.

Assessment target details that cannot be described. An error code is provided for each failed item.

Trait Implementations

impl Default for DescribeAssessmentTargetsResponse
[src]

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

impl Debug for DescribeAssessmentTargetsResponse
[src]

Formats the value using the given formatter.

impl Clone for DescribeAssessmentTargetsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more