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)


12085
12086
12087
12088
12089
12090
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12085

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

#triggersArray<Types::Trigger>

A list of triggers for the specified job.

Returns:



12085
12086
12087
12088
12089
12090
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12085

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