Class: Aws::Types::SnoozeActionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SnoozeActionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#note ⇒ ::String
Returns the value of attribute note.
-
#snooze_duration ⇒ ::Integer
Returns the value of attribute snooze_duration.
Instance Attribute Details
#note ⇒ ::String
Returns the value of attribute note.
347 348 349 |
# File 'sig/types.rbs', line 347 def note @note end |
#snooze_duration ⇒ ::Integer
Returns the value of attribute snooze_duration.
346 347 348 |
# File 'sig/types.rbs', line 346 def snooze_duration @snooze_duration end |