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