Struct aws_sdk_macie2::model::Finding
source · [−]#[non_exhaustive]pub struct Finding { /* private fields */ }
Expand description
Provides the details of a finding.
Implementations
sourceimpl Finding
impl Finding
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The unique identifier for the Amazon Web Services account that the finding applies to. This is typically the account that owns the affected resource.
sourcepub fn category(&self) -> Option<&FindingCategory>
pub fn category(&self) -> Option<&FindingCategory>
The category of the finding. Possible values are: CLASSIFICATION, for a sensitive data finding; and, POLICY, for a policy finding.
sourcepub fn classification_details(&self) -> Option<&ClassificationDetails>
pub fn classification_details(&self) -> Option<&ClassificationDetails>
The details of a sensitive data finding. This value is null for a policy finding.
sourcepub fn count(&self) -> i64
pub fn count(&self) -> i64
The total number of occurrences of the finding. For sensitive data findings, this value is always 1. All sensitive data findings are considered new (unique) because they derive from individual classification jobs.
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 finding was created.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the finding.
sourcepub fn id(&self) -> Option<&str>
pub fn id(&self) -> Option<&str>
The unique identifier for the finding. This is a random string that Amazon Macie generates and assigns to a finding when it creates the finding.
sourcepub fn partition(&self) -> Option<&str>
pub fn partition(&self) -> Option<&str>
The Amazon Web Services partition that Amazon Macie created the finding in.
sourcepub fn policy_details(&self) -> Option<&PolicyDetails>
pub fn policy_details(&self) -> Option<&PolicyDetails>
The details of a policy finding. This value is null for a sensitive data finding.
sourcepub fn region(&self) -> Option<&str>
pub fn region(&self) -> Option<&str>
The Amazon Web Services Region that Amazon Macie created the finding in.
sourcepub fn resources_affected(&self) -> Option<&ResourcesAffected>
pub fn resources_affected(&self) -> Option<&ResourcesAffected>
The resources that the finding applies to.
sourcepub fn sample(&self) -> bool
pub fn sample(&self) -> bool
Specifies whether the finding is a sample finding. A sample finding is a finding that uses example data to demonstrate what a finding might contain.
sourcepub fn schema_version(&self) -> Option<&str>
pub fn schema_version(&self) -> Option<&str>
The version of the schema that was used to define the data structures in the finding.
sourcepub fn type(&self) -> Option<&FindingType>
pub fn type(&self) -> Option<&FindingType>
The type of the finding.
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 finding was last updated. For sensitive data findings, this value is the same as the value for the createdAt property. All sensitive data findings are considered new (unique) because they derive from individual classification jobs.