Class: Aws::Lightsail::Types::DeleteAlarmRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alarm_nameString

The name of the alarm to delete.

Returns:

  • (String)


4724
4725
4726
4727
4728
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 4724

class DeleteAlarmRequest < Struct.new(
  :alarm_name)
  SENSITIVE = []
  include Aws::Structure
end