Struct aws_sdk_xray::input::PutTelemetryRecordsInput
source · [−]#[non_exhaustive]pub struct PutTelemetryRecordsInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for PutTelemetryRecordsInput
impl Clone for PutTelemetryRecordsInput
sourcefn clone(&self) -> PutTelemetryRecordsInput
fn clone(&self) -> PutTelemetryRecordsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PutTelemetryRecordsInput
impl Debug for PutTelemetryRecordsInput
sourceimpl PartialEq<PutTelemetryRecordsInput> for PutTelemetryRecordsInput
impl PartialEq<PutTelemetryRecordsInput> for PutTelemetryRecordsInput
sourcefn eq(&self, other: &PutTelemetryRecordsInput) -> bool
fn eq(&self, other: &PutTelemetryRecordsInput) -> bool
impl StructuralPartialEq for PutTelemetryRecordsInput
Auto Trait Implementations
impl RefUnwindSafe for PutTelemetryRecordsInput
impl Send for PutTelemetryRecordsInput
impl Sync for PutTelemetryRecordsInput
impl Unpin for PutTelemetryRecordsInput
impl UnwindSafe for PutTelemetryRecordsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more