Class: Aws::Types::SnoozeAlarmActionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_model_name ⇒ ::String

Returns the value of attribute alarm_model_name.

Returns:

  • (::String)


353
354
355
# File 'sig/types.rbs', line 353

def alarm_model_name
  @alarm_model_name
end

#key_value ⇒ ::String

Returns the value of attribute key_value.

Returns:

  • (::String)


354
355
356
# File 'sig/types.rbs', line 354

def key_value
  @key_value
end

#note ⇒ ::String

Returns the value of attribute note.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def note
  @note
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def request_id
  @request_id
end

#snooze_duration ⇒ ::Integer

Returns the value of attribute snooze_duration.

Returns:

  • (::Integer)


356
357
358
# File 'sig/types.rbs', line 356

def snooze_duration
  @snooze_duration
end