Struct aws_sdk_amp::model::LoggingConfigurationMetadata
source · #[non_exhaustive]pub struct LoggingConfigurationMetadata { /* private fields */ }
Expand description
Represents the properties of a logging configuration metadata.
Implementations§
source§impl LoggingConfigurationMetadata
impl LoggingConfigurationMetadata
sourcepub fn status(&self) -> Option<&LoggingConfigurationStatus>
pub fn status(&self) -> Option<&LoggingConfigurationStatus>
The status of the logging configuration.
sourcepub fn log_group_arn(&self) -> Option<&str>
pub fn log_group_arn(&self) -> Option<&str>
The ARN of the CW log group to which the vended log data will be published.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The time when the logging configuration was created.
sourcepub fn modified_at(&self) -> Option<&DateTime>
pub fn modified_at(&self) -> Option<&DateTime>
The time when the logging configuration was modified.
source§impl LoggingConfigurationMetadata
impl LoggingConfigurationMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LoggingConfigurationMetadata
.
Trait Implementations§
source§impl Clone for LoggingConfigurationMetadata
impl Clone for LoggingConfigurationMetadata
source§fn clone(&self) -> LoggingConfigurationMetadata
fn clone(&self) -> LoggingConfigurationMetadata
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 LoggingConfigurationMetadata
impl Debug for LoggingConfigurationMetadata
source§impl PartialEq<LoggingConfigurationMetadata> for LoggingConfigurationMetadata
impl PartialEq<LoggingConfigurationMetadata> for LoggingConfigurationMetadata
source§fn eq(&self, other: &LoggingConfigurationMetadata) -> bool
fn eq(&self, other: &LoggingConfigurationMetadata) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.