Class: Aws::Glue::Types::ListTriggersResponse

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 the returned list does not contain the last metric available.

Returns:

  • (String)


16685
16686
16687
16688
16689
16690
# File 'lib/aws-sdk-glue/types.rb', line 16685

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

#trigger_namesArray<String>

The names of all triggers in the account, or the triggers with the specified tags.

Returns:

  • (Array<String>)


16685
16686
16687
16688
16689
16690
# File 'lib/aws-sdk-glue/types.rb', line 16685

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