#[non_exhaustive]pub struct GetDeviceFleetReportOutput { /* private fields */ }
Implementations§
source§impl 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.
source§impl GetDeviceFleetReportOutput
impl GetDeviceFleetReportOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDeviceFleetReportOutput
.
Trait Implementations§
source§impl Clone for GetDeviceFleetReportOutput
impl Clone for GetDeviceFleetReportOutput
source§fn clone(&self) -> GetDeviceFleetReportOutput
fn clone(&self) -> GetDeviceFleetReportOutput
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 GetDeviceFleetReportOutput
impl Debug for GetDeviceFleetReportOutput
source§impl PartialEq<GetDeviceFleetReportOutput> for GetDeviceFleetReportOutput
impl PartialEq<GetDeviceFleetReportOutput> for GetDeviceFleetReportOutput
source§fn eq(&self, other: &GetDeviceFleetReportOutput) -> bool
fn eq(&self, other: &GetDeviceFleetReportOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.