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.
8225 8226 8227 |
# File 'sig/types.rbs', line 8225 def name @name end |
#trigger_update ⇒ Types::TriggerUpdate
Returns the value of attribute trigger_update.
8226 8227 8228 |
# File 'sig/types.rbs', line 8226 def trigger_update @trigger_update end |