Struct aws_sdk_amp::model::LoggingConfigurationStatus
source · #[non_exhaustive]pub struct LoggingConfigurationStatus { /* private fields */ }
Expand description
Represents the status of a logging configuration.
Implementations§
source§impl LoggingConfigurationStatus
impl LoggingConfigurationStatus
sourcepub fn status_code(&self) -> Option<&LoggingConfigurationStatusCode>
pub fn status_code(&self) -> Option<&LoggingConfigurationStatusCode>
Status code of the logging configuration.
sourcepub fn status_reason(&self) -> Option<&str>
pub fn status_reason(&self) -> Option<&str>
The reason for failure if any.
source§impl LoggingConfigurationStatus
impl LoggingConfigurationStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LoggingConfigurationStatus
.
Trait Implementations§
source§impl Clone for LoggingConfigurationStatus
impl Clone for LoggingConfigurationStatus
source§fn clone(&self) -> LoggingConfigurationStatus
fn clone(&self) -> LoggingConfigurationStatus
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 LoggingConfigurationStatus
impl Debug for LoggingConfigurationStatus
source§impl PartialEq<LoggingConfigurationStatus> for LoggingConfigurationStatus
impl PartialEq<LoggingConfigurationStatus> for LoggingConfigurationStatus
source§fn eq(&self, other: &LoggingConfigurationStatus) -> bool
fn eq(&self, other: &LoggingConfigurationStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.