#[non_exhaustive]pub struct BatchGetCustomDataIdentifierSummary { /* private fields */ }
Expand description
Provides information about a custom data identifier.
Implementations
sourceimpl BatchGetCustomDataIdentifierSummary
impl BatchGetCustomDataIdentifierSummary
sourcepub fn arn(&self) -> Option<&str>
pub fn arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the custom data identifier.
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 custom data identifier was created.
sourcepub fn deleted(&self) -> bool
pub fn deleted(&self) -> bool
Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon Macie doesn't delete it permanently. Instead, it soft deletes the identifier.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The custom description of the custom data identifier.
sourceimpl BatchGetCustomDataIdentifierSummary
impl BatchGetCustomDataIdentifierSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetCustomDataIdentifierSummary
.
Trait Implementations
sourceimpl Clone for BatchGetCustomDataIdentifierSummary
impl Clone for BatchGetCustomDataIdentifierSummary
sourcefn clone(&self) -> BatchGetCustomDataIdentifierSummary
fn clone(&self) -> BatchGetCustomDataIdentifierSummary
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 PartialEq<BatchGetCustomDataIdentifierSummary> for BatchGetCustomDataIdentifierSummary
impl PartialEq<BatchGetCustomDataIdentifierSummary> for BatchGetCustomDataIdentifierSummary
sourcefn eq(&self, other: &BatchGetCustomDataIdentifierSummary) -> bool
fn eq(&self, other: &BatchGetCustomDataIdentifierSummary) -> bool
impl StructuralPartialEq for BatchGetCustomDataIdentifierSummary
Auto Trait Implementations
impl RefUnwindSafe for BatchGetCustomDataIdentifierSummary
impl Send for BatchGetCustomDataIdentifierSummary
impl Sync for BatchGetCustomDataIdentifierSummary
impl Unpin for BatchGetCustomDataIdentifierSummary
impl UnwindSafe for BatchGetCustomDataIdentifierSummary
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