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

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


11840
11841
11842
11843
11844
11845
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11840

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

#triggersArray<Types::Trigger>

A list of triggers for the specified job.

Returns:



11840
11841
11842
11843
11844
11845
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11840

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