Class: Aws::Types::UpdateTriggerRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTriggerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#trigger_update ⇒ Types::TriggerUpdate
Returns the value of attribute trigger_update.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
8257 8258 8259 |
# File 'sig/types.rbs', line 8257 def name @name end |
#trigger_update ⇒ Types::TriggerUpdate
Returns the value of attribute trigger_update.
8258 8259 8260 |
# File 'sig/types.rbs', line 8258 def trigger_update @trigger_update end |