Class: Aws::Glue::Types::GetTriggersResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A continuation token, if not all the requested triggers have yet been returned.

Returns:

  • (String)


11857
11858
11859
11860
11861
11862
# File 'lib/aws-sdk-glue/types.rb', line 11857

class GetTriggersResponse < Struct.new(
  :triggers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#triggersArray<Types::Trigger>

A list of triggers for the specified job.

Returns:



11857
11858
11859
11860
11861
11862
# File 'lib/aws-sdk-glue/types.rb', line 11857

class GetTriggersResponse < Struct.new(
  :triggers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end