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

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

#trigger_namesArray<String>

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

Returns:

  • (Array<String>)


1332
1333
1334
1335
1336
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1332

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