Struct aws_sdk_macie2::model::UserPausedDetails [−][src]
#[non_exhaustive]pub struct UserPausedDetails {
pub job_expires_at: Option<DateTime>,
pub job_imminent_expiration_health_event_arn: Option<String>,
pub job_paused_at: Option<DateTime>,
}
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.
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.job_expires_at: 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.
job_imminent_expiration_health_event_arn: Option<String>
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.
job_paused_at: Option<DateTime>
The date and time, in UTC and extended ISO 8601 format, when you paused the job.
Implementations
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.
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.
The date and time, in UTC and extended ISO 8601 format, when you paused the job.
Creates a new builder-style object to manufacture UserPausedDetails
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UserPausedDetails
impl Send for UserPausedDetails
impl Sync for UserPausedDetails
impl Unpin for UserPausedDetails
impl UnwindSafe for UserPausedDetails
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more