Struct aws_sdk_macie2::model::AllowListSummary
source · #[non_exhaustive]pub struct AllowListSummary { /* private fields */ }
Expand description
Provides a subset of information about an allow list.
Implementations§
source§impl AllowListSummary
impl AllowListSummary
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon Macie.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The custom description of the allow list.
sourcepub fn updated_at(&self) -> Option<&DateTime>
pub fn updated_at(&self) -> Option<&DateTime>
The date and time, in UTC and extended ISO 8601 format, when the allow list's settings were most recently changed in Amazon Macie.
source§impl AllowListSummary
impl AllowListSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AllowListSummary
.
Trait Implementations§
source§impl Clone for AllowListSummary
impl Clone for AllowListSummary
source§fn clone(&self) -> AllowListSummary
fn clone(&self) -> AllowListSummary
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 AllowListSummary
impl Debug for AllowListSummary
source§impl PartialEq<AllowListSummary> for AllowListSummary
impl PartialEq<AllowListSummary> for AllowListSummary
source§fn eq(&self, other: &AllowListSummary) -> bool
fn eq(&self, other: &AllowListSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.