#[non_exhaustive]pub struct GetTelemetryMetadataInput { /* private fields */ }Implementations§
source§impl GetTelemetryMetadataInput
impl GetTelemetryMetadataInput
sourcepub fn assessment_run_arn(&self) -> Option<&str>
pub fn assessment_run_arn(&self) -> Option<&str>
The ARN that specifies the assessment run that has the telemetry data that you want to obtain.
source§impl GetTelemetryMetadataInput
impl GetTelemetryMetadataInput
sourcepub fn builder() -> GetTelemetryMetadataInputBuilder
pub fn builder() -> GetTelemetryMetadataInputBuilder
Creates a new builder-style object to manufacture GetTelemetryMetadataInput.
source§impl GetTelemetryMetadataInput
impl GetTelemetryMetadataInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTelemetryMetadata, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetTelemetryMetadata, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetTelemetryMetadata>
Trait Implementations§
source§impl Clone for GetTelemetryMetadataInput
impl Clone for GetTelemetryMetadataInput
source§fn clone(&self) -> GetTelemetryMetadataInput
fn clone(&self) -> GetTelemetryMetadataInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GetTelemetryMetadataInput
impl Debug for GetTelemetryMetadataInput
source§impl PartialEq<GetTelemetryMetadataInput> for GetTelemetryMetadataInput
impl PartialEq<GetTelemetryMetadataInput> for GetTelemetryMetadataInput
source§fn eq(&self, other: &GetTelemetryMetadataInput) -> bool
fn eq(&self, other: &GetTelemetryMetadataInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.