class Aws::Glue::Types::GetTriggersRequest

@note When making an API call, you may pass GetTriggersRequest

data as a hash:

    {
      next_token: "GenericString",
      dependent_job_name: "NameString",
      max_results: 1,
    }

@!attribute [rw] next_token

A continuation token, if this is a continuation call.
@return [String]

@!attribute [rw] dependent_job_name

The name of the job to retrieve triggers for. The trigger that can
start this job is returned, and if there is no such trigger, all
triggers are returned.
@return [String]

@!attribute [rw] max_results

The maximum size of the response.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetTriggersRequest AWS API Documentation

Constants

SENSITIVE