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)


11827
11828
11829
11830
11831
11832
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11827

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

#triggersArray<Types::Trigger>

A list of triggers for the specified job.

Returns:



11827
11828
11829
11830
11831
11832
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11827

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