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.

impl Clone for GetTelemetryMetadataRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more