Class: Aws::Macie2::Types::UserPausedDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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_atTime

Returns:

  • (Time)


7034
7035
7036
7037
7038
7039
7040
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 7034

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_arnString

Returns:

  • (String)


7034
7035
7036
7037
7038
7039
7040
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 7034

class UserPausedDetails < Struct.new(
  :job_expires_at,
  :job_imminent_expiration_health_event_arn,
  :job_paused_at)
  SENSITIVE = []
  include Aws::Structure
end

#job_paused_atTime

Returns:

  • (Time)


7034
7035
7036
7037
7038
7039
7040
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 7034

class UserPausedDetails < Struct.new(
  :job_expires_at,
  :job_imminent_expiration_health_event_arn,
  :job_paused_at)
  SENSITIVE = []
  include Aws::Structure
end