Struct aws_sdk_iotfleetwise::types::FleetSummary
source · #[non_exhaustive]pub struct FleetSummary { /* private fields */ }Expand description
Information about a fleet.
You can use the API operation to return this information about multiple fleets.
Implementations§
source§impl FleetSummary
impl FleetSummary
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A brief description of the fleet.
sourcepub fn signal_catalog_arn(&self) -> Option<&str>
pub fn signal_catalog_arn(&self) -> Option<&str>
The ARN of the signal catalog associated with the fleet.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The time the fleet was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
sourcepub fn last_modification_time(&self) -> Option<&DateTime>
pub fn last_modification_time(&self) -> Option<&DateTime>
The time the fleet was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
source§impl FleetSummary
impl FleetSummary
sourcepub fn builder() -> FleetSummaryBuilder
pub fn builder() -> FleetSummaryBuilder
Creates a new builder-style object to manufacture FleetSummary.
Trait Implementations§
source§impl Clone for FleetSummary
impl Clone for FleetSummary
source§fn clone(&self) -> FleetSummary
fn clone(&self) -> FleetSummary
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 FleetSummary
impl Debug for FleetSummary
source§impl PartialEq<FleetSummary> for FleetSummary
impl PartialEq<FleetSummary> for FleetSummary
source§fn eq(&self, other: &FleetSummary) -> bool
fn eq(&self, other: &FleetSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for FleetSummary
Auto Trait Implementations§
impl RefUnwindSafe for FleetSummary
impl Send for FleetSummary
impl Sync for FleetSummary
impl Unpin for FleetSummary
impl UnwindSafe for FleetSummary
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more