Class: Aws::Types::BatchGetTriggersResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetTriggersResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#triggers ⇒ ::Array[Types::Trigger]
Returns the value of attribute triggers.
-
#triggers_not_found ⇒ ::Array[::String]
Returns the value of attribute triggers_not_found.
Instance Attribute Details
#triggers ⇒ ::Array[Types::Trigger]
Returns the value of attribute triggers.
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.
435 436 437 |
# File 'sig/types.rbs', line 435 def triggers_not_found @triggers_not_found end |