Class: Aws::Glue::Types::BatchGetTriggersResponse

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

#triggersArray<Types::Trigger>

A list of trigger definitions.

Returns:



1108
1109
1110
1111
1112
1113
# File 'lib/aws-sdk-glue/types.rb', line 1108

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

#triggers_not_foundArray<String>

A list of names of triggers not found.

Returns:

  • (Array<String>)


1108
1109
1110
1111
1112
1113
# File 'lib/aws-sdk-glue/types.rb', line 1108

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