Struct aws_sdk_elasticbeanstalk::model::EventDescription
source · #[non_exhaustive]pub struct EventDescription { /* private fields */ }
Expand description
Describes an event.
Implementations§
source§impl EventDescription
impl EventDescription
sourcepub fn event_date(&self) -> Option<&DateTime>
pub fn event_date(&self) -> Option<&DateTime>
The date when the event occurred.
sourcepub fn application_name(&self) -> Option<&str>
pub fn application_name(&self) -> Option<&str>
The application associated with the event.
sourcepub fn version_label(&self) -> Option<&str>
pub fn version_label(&self) -> Option<&str>
The release label for the application version associated with this event.
sourcepub fn template_name(&self) -> Option<&str>
pub fn template_name(&self) -> Option<&str>
The name of the configuration associated with this event.
sourcepub fn environment_name(&self) -> Option<&str>
pub fn environment_name(&self) -> Option<&str>
The name of the environment associated with this event.
sourcepub fn platform_arn(&self) -> Option<&str>
pub fn platform_arn(&self) -> Option<&str>
The ARN of the platform version.
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The web service request ID for the activity of this event.
sourcepub fn severity(&self) -> Option<&EventSeverity>
pub fn severity(&self) -> Option<&EventSeverity>
The severity level of this event.
source§impl EventDescription
impl EventDescription
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EventDescription
.
Trait Implementations§
source§impl Clone for EventDescription
impl Clone for EventDescription
source§fn clone(&self) -> EventDescription
fn clone(&self) -> EventDescription
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 EventDescription
impl Debug for EventDescription
source§impl PartialEq<EventDescription> for EventDescription
impl PartialEq<EventDescription> for EventDescription
source§fn eq(&self, other: &EventDescription) -> bool
fn eq(&self, other: &EventDescription) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.