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

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

#triggersArray<Types::Trigger>

A list of trigger definitions.

Returns:



1185
1186
1187
1188
1189
1190
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1185

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


1185
1186
1187
1188
1189
1190
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1185

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