#[non_exhaustive]pub struct GetMacieSessionOutput {
pub created_at: Option<DateTime>,
pub finding_publishing_frequency: Option<FindingPublishingFrequency>,
pub service_role: Option<String>,
pub status: Option<MacieStatus>,
pub updated_at: Option<DateTime>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.created_at: Option<DateTime>
The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie account was created.
finding_publishing_frequency: Option<FindingPublishingFrequency>
The frequency with which Amazon Macie publishes updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).
service_role: Option<String>
The Amazon Resource Name (ARN) of the service-linked role that allows Amazon Macie to monitor and analyze data in Amazon Web Services resources for the account.
status: Option<MacieStatus>
The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account.
updated_at: Option<DateTime>
The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the Amazon Macie account.
Implementations§
source§impl GetMacieSessionOutput
impl GetMacieSessionOutput
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 Amazon Macie account was created.
sourcepub fn finding_publishing_frequency(
&self
) -> Option<&FindingPublishingFrequency>
pub fn finding_publishing_frequency( &self ) -> Option<&FindingPublishingFrequency>
The frequency with which Amazon Macie publishes updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events).
sourcepub fn service_role(&self) -> Option<&str>
pub fn service_role(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the service-linked role that allows Amazon Macie to monitor and analyze data in Amazon Web Services resources for the account.
sourcepub fn status(&self) -> Option<&MacieStatus>
pub fn status(&self) -> Option<&MacieStatus>
The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account.
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, of the most recent change to the status of the Amazon Macie account.
source§impl GetMacieSessionOutput
impl GetMacieSessionOutput
sourcepub fn builder() -> GetMacieSessionOutputBuilder
pub fn builder() -> GetMacieSessionOutputBuilder
Creates a new builder-style object to manufacture GetMacieSessionOutput
.
Trait Implementations§
source§impl Clone for GetMacieSessionOutput
impl Clone for GetMacieSessionOutput
source§fn clone(&self) -> GetMacieSessionOutput
fn clone(&self) -> GetMacieSessionOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetMacieSessionOutput
impl Debug for GetMacieSessionOutput
source§impl PartialEq<GetMacieSessionOutput> for GetMacieSessionOutput
impl PartialEq<GetMacieSessionOutput> for GetMacieSessionOutput
source§fn eq(&self, other: &GetMacieSessionOutput) -> bool
fn eq(&self, other: &GetMacieSessionOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetMacieSessionOutput
impl RequestId for GetMacieSessionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.