#[non_exhaustive]pub struct EnvironmentInfoDescription { /* private fields */ }
Expand description
The information retrieved from the Amazon EC2 instances.
Implementations§
source§impl EnvironmentInfoDescription
impl EnvironmentInfoDescription
sourcepub fn info_type(&self) -> Option<&EnvironmentInfoType>
pub fn info_type(&self) -> Option<&EnvironmentInfoType>
The type of information retrieved.
sourcepub fn ec2_instance_id(&self) -> Option<&str>
pub fn ec2_instance_id(&self) -> Option<&str>
The Amazon EC2 Instance ID for this information.
sourcepub fn sample_timestamp(&self) -> Option<&DateTime>
pub fn sample_timestamp(&self) -> Option<&DateTime>
The time stamp when this information was retrieved.
source§impl EnvironmentInfoDescription
impl EnvironmentInfoDescription
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EnvironmentInfoDescription
.
Trait Implementations§
source§impl Clone for EnvironmentInfoDescription
impl Clone for EnvironmentInfoDescription
source§fn clone(&self) -> EnvironmentInfoDescription
fn clone(&self) -> EnvironmentInfoDescription
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 EnvironmentInfoDescription
impl Debug for EnvironmentInfoDescription
source§impl PartialEq<EnvironmentInfoDescription> for EnvironmentInfoDescription
impl PartialEq<EnvironmentInfoDescription> for EnvironmentInfoDescription
source§fn eq(&self, other: &EnvironmentInfoDescription) -> bool
fn eq(&self, other: &EnvironmentInfoDescription) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.