Class: Aws::Macie2::Types::UserPausedDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::UserPausedDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#job_expires_at ⇒ Time
7179 7180 7181 7182 7183 7184 7185 |
# File 'lib/aws-sdk-macie2/types.rb', line 7179 class UserPausedDetails < Struct.new( :job_expires_at, :job_imminent_expiration_health_event_arn, :job_paused_at) SENSITIVE = [] include Aws::Structure end |
#job_imminent_expiration_health_event_arn ⇒ String
7179 7180 7181 7182 7183 7184 7185 |
# File 'lib/aws-sdk-macie2/types.rb', line 7179 class UserPausedDetails < Struct.new( :job_expires_at, :job_imminent_expiration_health_event_arn, :job_paused_at) SENSITIVE = [] include Aws::Structure end |
#job_paused_at ⇒ Time
7179 7180 7181 7182 7183 7184 7185 |
# File 'lib/aws-sdk-macie2/types.rb', line 7179 class UserPausedDetails < Struct.new( :job_expires_at, :job_imminent_expiration_health_event_arn, :job_paused_at) SENSITIVE = [] include Aws::Structure end |