Class: Aws::Types::SnoozeActionConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#note ⇒ ::String

Returns the value of attribute note.

Returns:

  • (::String)


347
348
349
# File 'sig/types.rbs', line 347

def note
  @note
end

#snooze_duration ⇒ ::Integer

Returns the value of attribute snooze_duration.

Returns:

  • (::Integer)


346
347
348
# File 'sig/types.rbs', line 346

def snooze_duration
  @snooze_duration
end