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
sourceimpl 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.
sourceimpl AllowListSummary
impl AllowListSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AllowListSummary
.
Trait Implementations
sourceimpl Clone for AllowListSummary
impl Clone for AllowListSummary
sourcefn clone(&self) -> AllowListSummary
fn clone(&self) -> AllowListSummary
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AllowListSummary
impl Debug for AllowListSummary
sourceimpl PartialEq<AllowListSummary> for AllowListSummary
impl PartialEq<AllowListSummary> for AllowListSummary
sourcefn eq(&self, other: &AllowListSummary) -> bool
fn eq(&self, other: &AllowListSummary) -> bool
impl StructuralPartialEq for AllowListSummary
Auto Trait Implementations
impl RefUnwindSafe for AllowListSummary
impl Send for AllowListSummary
impl Sync for AllowListSummary
impl Unpin for AllowListSummary
impl UnwindSafe for AllowListSummary
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more