Struct aws_sdk_xray::model::ErrorRootCauseService
source · #[non_exhaustive]pub struct ErrorRootCauseService { /* private fields */ }
Expand description
A collection of fields identifying the services in a trace summary error.
Implementations§
source§impl ErrorRootCauseService
impl ErrorRootCauseService
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The account ID associated to the service.
sourcepub fn entity_path(&self) -> Option<&[ErrorRootCauseEntity]>
pub fn entity_path(&self) -> Option<&[ErrorRootCauseEntity]>
The path of root cause entities found on the service.
source§impl ErrorRootCauseService
impl ErrorRootCauseService
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ErrorRootCauseService
.
Trait Implementations§
source§impl Clone for ErrorRootCauseService
impl Clone for ErrorRootCauseService
source§fn clone(&self) -> ErrorRootCauseService
fn clone(&self) -> ErrorRootCauseService
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 ErrorRootCauseService
impl Debug for ErrorRootCauseService
source§impl PartialEq<ErrorRootCauseService> for ErrorRootCauseService
impl PartialEq<ErrorRootCauseService> for ErrorRootCauseService
source§fn eq(&self, other: &ErrorRootCauseService) -> bool
fn eq(&self, other: &ErrorRootCauseService) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.