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:



434
435
436
# File 'sig/types.rbs', line 434

def triggers
  @triggers
end

#triggers_not_found::Array[::String]

Returns the value of attribute triggers_not_found.

Returns:

  • (::Array[::String])


435
436
437
# File 'sig/types.rbs', line 435

def triggers_not_found
  @triggers_not_found
end