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)


15515
15516
15517
15518
15519
15520
# File 'lib/aws-sdk-glue/types.rb', line 15515

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>)


15515
15516
15517
15518
15519
15520
# File 'lib/aws-sdk-glue/types.rb', line 15515

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