Class: Aws::Types::DisableAlarmActionRequest

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)


246
247
248
# File 'sig/types.rbs', line 246

def alarm_model_name
  @alarm_model_name
end

#key_value ⇒ ::String

Returns the value of attribute key_value.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def key_value
  @key_value
end

#note ⇒ ::String

Returns the value of attribute note.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def note
  @note
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def request_id
  @request_id
end