Class: Aws::Glue::Types::BatchGetTriggersRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Note:

When making an API call, you may pass BatchGetTriggersRequest data as a hash:

{
  trigger_names: ["NameString"], # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#trigger_namesArray<String>

A list of trigger names, which may be the names returned from the ‘ListTriggers` operation.

Returns:

  • (Array<String>)


658
659
660
661
662
# File 'lib/aws-sdk-glue/types.rb', line 658

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