Struct rusoto_inspector::GetTelemetryMetadataRequest[][src]

pub struct GetTelemetryMetadataRequest {
    pub assessment_run_arn: String,
}

Fields

The ARN that specifies the assessment run that has the telemetry data that you want to obtain.

Trait Implementations

impl Default for GetTelemetryMetadataRequest
[src]

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

impl Debug for GetTelemetryMetadataRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for GetTelemetryMetadataRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetTelemetryMetadataRequest
[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