class Aws::Glue::Types::ListTriggersRequest
@note When making an API call, you may pass ListTriggersRequest
data as a hash: { next_token: "GenericString", dependent_job_name: "NameString", max_results: 1, tags: { "TagKey" => "TagValue", }, }
@!attribute [rw] next_token
A continuation token, if this is a continuation request. @return [String]
@!attribute [rw] dependent_job_name
The name of the job for which to retrieve triggers. The trigger that can start this job is returned. If there is no such trigger, all triggers are returned. @return [String]
@!attribute [rw] max_results
The maximum size of a list to return. @return [Integer]
@!attribute [rw] tags
Specifies to return only these tagged resources. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ListTriggersRequest AWS API Documentation
Constants
- SENSITIVE