#[non_exhaustive]pub struct UserAccessLoggingSettingsSummary { /* private fields */ }
Expand description
The summary of user access logging settings.
Implementations§
source§impl UserAccessLoggingSettingsSummary
impl UserAccessLoggingSettingsSummary
sourcepub fn user_access_logging_settings_arn(&self) -> Option<&str>
pub fn user_access_logging_settings_arn(&self) -> Option<&str>
The ARN of the user access logging settings.
sourcepub fn kinesis_stream_arn(&self) -> Option<&str>
pub fn kinesis_stream_arn(&self) -> Option<&str>
The ARN of the Kinesis stream.
source§impl UserAccessLoggingSettingsSummary
impl UserAccessLoggingSettingsSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UserAccessLoggingSettingsSummary
.
Trait Implementations§
source§impl Clone for UserAccessLoggingSettingsSummary
impl Clone for UserAccessLoggingSettingsSummary
source§fn clone(&self) -> UserAccessLoggingSettingsSummary
fn clone(&self) -> UserAccessLoggingSettingsSummary
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 PartialEq<UserAccessLoggingSettingsSummary> for UserAccessLoggingSettingsSummary
impl PartialEq<UserAccessLoggingSettingsSummary> for UserAccessLoggingSettingsSummary
source§fn eq(&self, other: &UserAccessLoggingSettingsSummary) -> bool
fn eq(&self, other: &UserAccessLoggingSettingsSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.