Struct aws_sdk_macie2::output::GetAllowListOutput
source · [−]#[non_exhaustive]pub struct GetAllowListOutput { /* private fields */ }
Implementations
sourceimpl GetAllowListOutput
impl GetAllowListOutput
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 criteria(&self) -> Option<&AllowListCriteria>
pub fn criteria(&self) -> Option<&AllowListCriteria>
The criteria that specify the text or text pattern to ignore. The criteria can be the location and name of an S3 object that lists specific text to ignore (s3WordsList), or a regular expression (regex) that defines a text pattern to ignore.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The custom description of the allow list.
sourcepub fn status(&self) -> Option<&AllowListStatus>
pub fn status(&self) -> Option<&AllowListStatus>
The current status of the allow list, which indicates whether Amazon Macie can access and use the list's criteria.
A map of key-value pairs that specifies which tags (keys and values) are associated with 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 GetAllowListOutput
impl GetAllowListOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAllowListOutput
.
Trait Implementations
sourceimpl Clone for GetAllowListOutput
impl Clone for GetAllowListOutput
sourcefn clone(&self) -> GetAllowListOutput
fn clone(&self) -> GetAllowListOutput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more