Struct aws_sdk_macie2::model::UserPausedDetails
source · [−]#[non_exhaustive]pub struct UserPausedDetails { /* private fields */ }
Expand description
Provides information about when a classification job was paused. For a one-time job, this object also specifies when the job will expire and be cancelled if it isn't resumed. For a recurring job, this object also specifies when the paused job run will expire and be cancelled if it isn't resumed. This object is present only if a job's current status (jobStatus) is USER_PAUSED. The information in this object applies only to a job that was paused while it had a status of RUNNING.
Implementations
sourceimpl UserPausedDetails
impl UserPausedDetails
sourcepub fn job_expires_at(&self) -> Option<&DateTime>
pub fn job_expires_at(&self) -> Option<&DateTime>
The date and time, in UTC and extended ISO 8601 format, when the job or job run will expire and be cancelled if you don't resume it first.
sourcepub fn job_imminent_expiration_health_event_arn(&self) -> Option<&str>
pub fn job_imminent_expiration_health_event_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the Health event that Amazon Macie sent to notify you of the job or job run's pending expiration and cancellation. This value is null if a job has been paused for less than 23 days.
sourcepub fn job_paused_at(&self) -> Option<&DateTime>
pub fn job_paused_at(&self) -> Option<&DateTime>
The date and time, in UTC and extended ISO 8601 format, when you paused the job.
sourceimpl UserPausedDetails
impl UserPausedDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UserPausedDetails
.
Trait Implementations
sourceimpl Clone for UserPausedDetails
impl Clone for UserPausedDetails
sourcefn clone(&self) -> UserPausedDetails
fn clone(&self) -> UserPausedDetails
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more