Struct aws_sdk_xray::input::PutTelemetryRecordsInput
source · #[non_exhaustive]pub struct PutTelemetryRecordsInput { /* private fields */ }
Implementations§
source§impl PutTelemetryRecordsInput
impl PutTelemetryRecordsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutTelemetryRecords, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutTelemetryRecords, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutTelemetryRecords
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutTelemetryRecordsInput
.
source§impl PutTelemetryRecordsInput
impl PutTelemetryRecordsInput
sourcepub fn telemetry_records(&self) -> Option<&[TelemetryRecord]>
pub fn telemetry_records(&self) -> Option<&[TelemetryRecord]>
sourcepub fn ec2_instance_id(&self) -> Option<&str>
pub fn ec2_instance_id(&self) -> Option<&str>
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
Trait Implementations§
source§impl Clone for PutTelemetryRecordsInput
impl Clone for PutTelemetryRecordsInput
source§fn clone(&self) -> PutTelemetryRecordsInput
fn clone(&self) -> PutTelemetryRecordsInput
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 PutTelemetryRecordsInput
impl Debug for PutTelemetryRecordsInput
source§impl PartialEq<PutTelemetryRecordsInput> for PutTelemetryRecordsInput
impl PartialEq<PutTelemetryRecordsInput> for PutTelemetryRecordsInput
source§fn eq(&self, other: &PutTelemetryRecordsInput) -> bool
fn eq(&self, other: &PutTelemetryRecordsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.