You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Macie2::Types::UpdateClassificationJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateClassificationJobRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  job_id: "__string", # required
  job_status: "RUNNING", # required, accepts RUNNING, PAUSED, CANCELLED, COMPLETE, IDLE, USER_PAUSED
}

Changes the status of a classification job.

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

Returns:

  • (String)

#job_statusString

The status of a classification job. Possible values are:

Possible values:

  • RUNNING
  • PAUSED
  • CANCELLED
  • COMPLETE
  • IDLE
  • USER_PAUSED

Returns:

  • (String)

    The status of a classification job.