#[non_exhaustive]pub struct GetDeviceFleetReportOutput { /* private fields */ }Implementations
sourceimpl GetDeviceFleetReportOutput
impl GetDeviceFleetReportOutput
sourcepub fn device_fleet_arn(&self) -> Option<&str>
pub fn device_fleet_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the device.
sourcepub fn device_fleet_name(&self) -> Option<&str>
pub fn device_fleet_name(&self) -> Option<&str>
The name of the fleet.
sourcepub fn output_config(&self) -> Option<&EdgeOutputConfig>
pub fn output_config(&self) -> Option<&EdgeOutputConfig>
The output configuration for storing sample data collected by the fleet.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
Description of the fleet.
sourcepub fn report_generated(&self) -> Option<&DateTime>
pub fn report_generated(&self) -> Option<&DateTime>
Timestamp of when the report was generated.
sourcepub fn device_stats(&self) -> Option<&DeviceStats>
pub fn device_stats(&self) -> Option<&DeviceStats>
Status of devices.
sourcepub fn agent_versions(&self) -> Option<&[AgentVersion]>
pub fn agent_versions(&self) -> Option<&[AgentVersion]>
The versions of Edge Manager agent deployed on the fleet.
sourcepub fn model_stats(&self) -> Option<&[EdgeModelStat]>
pub fn model_stats(&self) -> Option<&[EdgeModelStat]>
Status of model on device.
sourceimpl GetDeviceFleetReportOutput
impl GetDeviceFleetReportOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDeviceFleetReportOutput.
Trait Implementations
sourceimpl Clone for GetDeviceFleetReportOutput
impl Clone for GetDeviceFleetReportOutput
sourcefn clone(&self) -> GetDeviceFleetReportOutput
fn clone(&self) -> GetDeviceFleetReportOutput
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 GetDeviceFleetReportOutput
impl Debug for GetDeviceFleetReportOutput
sourceimpl PartialEq<GetDeviceFleetReportOutput> for GetDeviceFleetReportOutput
impl PartialEq<GetDeviceFleetReportOutput> for GetDeviceFleetReportOutput
sourcefn eq(&self, other: &GetDeviceFleetReportOutput) -> bool
fn eq(&self, other: &GetDeviceFleetReportOutput) -> bool
impl StructuralPartialEq for GetDeviceFleetReportOutput
Auto Trait Implementations
impl RefUnwindSafe for GetDeviceFleetReportOutput
impl Send for GetDeviceFleetReportOutput
impl Sync for GetDeviceFleetReportOutput
impl Unpin for GetDeviceFleetReportOutput
impl UnwindSafe for GetDeviceFleetReportOutput
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