Class: Aws::Types::BatchGetTriggersResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#triggers::Array[Types::Trigger]

Returns the value of attribute triggers.

Returns:



438
439
440
# File 'sig/types.rbs', line 438

def triggers
  @triggers
end

#triggers_not_found::Array[::String]

Returns the value of attribute triggers_not_found.

Returns:

  • (::Array[::String])


439
440
441
# File 'sig/types.rbs', line 439

def triggers_not_found
  @triggers_not_found
end