#[non_exhaustive]pub struct ListUserAccessLoggingSettingsOutput { /* private fields */ }
Implementations§
source§impl ListUserAccessLoggingSettingsOutput
impl ListUserAccessLoggingSettingsOutput
sourcepub fn user_access_logging_settings(
&self
) -> Option<&[UserAccessLoggingSettingsSummary]>
pub fn user_access_logging_settings(
&self
) -> Option<&[UserAccessLoggingSettingsSummary]>
The user access logging settings.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token used to retrieve the next page of results for this operation.
source§impl ListUserAccessLoggingSettingsOutput
impl ListUserAccessLoggingSettingsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListUserAccessLoggingSettingsOutput
.
Trait Implementations§
source§impl Clone for ListUserAccessLoggingSettingsOutput
impl Clone for ListUserAccessLoggingSettingsOutput
source§fn clone(&self) -> ListUserAccessLoggingSettingsOutput
fn clone(&self) -> ListUserAccessLoggingSettingsOutput
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<ListUserAccessLoggingSettingsOutput> for ListUserAccessLoggingSettingsOutput
impl PartialEq<ListUserAccessLoggingSettingsOutput> for ListUserAccessLoggingSettingsOutput
source§fn eq(&self, other: &ListUserAccessLoggingSettingsOutput) -> bool
fn eq(&self, other: &ListUserAccessLoggingSettingsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.